Skip to content

Commit 906c9d4

Browse files
authored
Merge pull request #161 from kit-data-manager/renovate/node-24.x
chore(deps): update dependency node to v24
2 parents a17546f + b383c2c commit 906c9d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@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
3030
- uses: bitovi/[email protected]
3131
with:

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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

@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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

0 commit comments

Comments
 (0)