Skip to content

Commit a9fd62b

Browse files
committed
chore: apply Node 16 storybook fix to tag build
1 parent a8b56c2 commit a9fd62b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tag.yml

Lines changed: 5 additions & 0 deletions
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)