Skip to content

Commit

Permalink
update deploy storybook workflow to use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Oct 31, 2024
1 parent aa40621 commit 5972d13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Deploy Storybook

on:
push:
branches: development/1.0
branches: [development/1.0]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20
- run: npm ci
- run: npm run storybook:deploy -- --ci
env:
Expand Down

0 comments on commit 5972d13

Please sign in to comment.