Skip to content

Commit 9e655e7

Browse files
chore(deps): update dependency node to v24
1 parent 00d2439 commit 9e655e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs-16.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '16.x'
19+
node-version: '24.x'
2020
- run: npm install
2121
- run: npm run prepublishOnly
2222
- run: node -v

.github/workflows/pkg.pr.new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: corepack enable
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20
15+
node-version: 24
1616

1717
- name: Install dependencies
1818
run: npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@tsconfig/strictest": "^2.0.2",
6262
"@types/busboy": "^1.5.0",
6363
"@types/mime-types": "^2.1.1",
64-
"@types/node": "^22.0.0",
64+
"@types/node": "^24.0.0",
6565
"@types/proxy": "^1.0.4",
6666
"@types/qs": "^6.9.7",
6767
"@types/selfsigned": "^2.0.1",

0 commit comments

Comments
 (0)