Skip to content

Commit dd643a6

Browse files
committed
chore(deps): update dependency node to v24
1 parent 96d0429 commit dd643a6

File tree

4 files changed

+34
-12
lines changed

4 files changed

+34
-12
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727
with:
28-
node-version: '20'
28+
node-version: '24'
2929
- name: Install dependencies
3030
run: npm ci
3131
- name: Build docs

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727
with:
28-
node-version: '20.x'
28+
node-version: '24.x'
2929
- run: npm install
3030
- run: npm run build
3131
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3232
with:
33-
node-version: '20.x'
33+
node-version: '24.x'
3434
registry-url: 'https://wombat-dressing-room.appspot.com'
3535
- id: publish
3636
env:

package-lock.json

Lines changed: 30 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/body-parser": "1.19.6",
5757
"@types/minimist": "1.2.5",
5858
"@types/mocha": "^10.0.0",
59-
"@types/node": "^22.13.14",
59+
"@types/node": "^24.0.0",
6060
"@types/on-finished": "2.3.5",
6161
"@types/semver": "^7.7.0",
6262
"@types/sinon": "^17.0.4",

0 commit comments

Comments
 (0)