Skip to content

Commit c04114c

Browse files
authored
chore(deps): update dependency node to v24 (GoogleCloudPlatform#698)
1 parent e93beb0 commit c04114c

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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2626
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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)