Skip to content

Commit

Permalink
Merge pull request #2024 from DSD-DBS/bump-node-storysnap
Browse files Browse the repository at this point in the history
ci: Use Node 22 for Storybook diffing
  • Loading branch information
MoritzWeber0 authored Nov 19, 2024
2 parents 57f5987 + 4a0bad0 commit 5de7d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/storybook-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm install storycap puppeteer http-server
working-directory: ./frontend
Expand Down

0 comments on commit 5de7d25

Please sign in to comment.