Skip to content

Commit 5972d13

Browse files
update deploy storybook workflow to use node 20
1 parent aa40621 commit 5972d13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-pages.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name: Deploy Storybook
22

33
on:
44
push:
5-
branches: development/1.0
5+
branches: [development/1.0]
66
jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-node@v2
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
1212
with:
13-
node-version: '16'
13+
node-version: 20
1414
- run: npm ci
1515
- run: npm run storybook:deploy -- --ci
1616
env:

0 commit comments

Comments
 (0)