Skip to content

Commit

Permalink
Merge pull request #2167 from AdaptiveConsulting/chore/fix-tag-build-…
Browse files Browse the repository at this point in the history
…node-sb

chore: apply Node 16 storybook fix to tag build
  • Loading branch information
algreasley committed Mar 23, 2023
2 parents a8b56c2 + a9fd62b commit c1e8898
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
with:
fetch-depth: 0

- name: Set Node to v16
uses: actions/setup-node@v3
with:
node-version: 16

- name: Set variables
id: vars
run: echo "::set-output name=tag::$(git describe --tag --abbrev=0)"
Expand Down

0 comments on commit c1e8898

Please sign in to comment.