Skip to content

Commit

Permalink
Update node in pipeline (#205)
Browse files Browse the repository at this point in the history
storybook v8 needs node >= 18
  • Loading branch information
ohp-inmeta authored Dec 6, 2024
1 parent cf5b0a7 commit 42d312e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Deploy storybook to GitHub Pages
Expand Down

0 comments on commit 42d312e

Please sign in to comment.