Skip to content

Commit c167380

Browse files
authored
fix sb build action (#29)
1 parent dd4d996 commit c167380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Version and Release and build storybook stories
1+
name: Version and Release and build storybook stories
22

33
on:
44
push:
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: '16.13.0'
14+
node-version: '16.13.0'
1515
- name: Install
1616
run: npm ci
1717
- name: Build static storybook files for deploy to GitHub Pages

0 commit comments

Comments
 (0)