File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 # Set up Node
2626 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2727 with :
28- node-version : ' 22 '
28+ node-version : ' 24 '
2929 # 👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
30303131 with :
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v5
1515 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1616 with :
17- node-version : 22
17+ node-version : 24
1818 - run : npm ci
1919 - run : npm test
2020
2525 - uses : actions/checkout@v5
2626 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2727 with :
28- node-version : 22
28+ node-version : 24
2929 registry-url : https://registry.npmjs.org/
3030 - run : npm ci
3131 - run : npm run build
You can’t perform that action at this time.
0 commit comments