Skip to content

Commit c1e8898

Browse files
authored
Merge pull request #2167 from AdaptiveConsulting/chore/fix-tag-build-node-sb
chore: apply Node 16 storybook fix to tag build
2 parents a8b56c2 + a9fd62b commit c1e8898

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tag.yml

+5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030

31+
- name: Set Node to v16
32+
uses: actions/setup-node@v3
33+
with:
34+
node-version: 16
35+
3136
- name: Set variables
3237
id: vars
3338
run: echo "::set-output name=tag::$(git describe --tag --abbrev=0)"

0 commit comments

Comments
 (0)