Skip to content

Commit 670924f

Browse files
authored
Merge pull request #82 from kit-data-manager/renovate/node-22.x
Update dependency node to v22
2 parents 1816bb1 + cbb5f42 commit 670924f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Set up Node
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: '20'
28+
node-version: '22'
2929
#👇 Add Storybook build and deploy to GitHub Pages as a step in the workflow
3030
- uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
3131
with:

0 commit comments

Comments
 (0)