Skip to content

Commit bd4277d

Browse files
chore(deps): update node.js to v24
1 parent 9e43a7a commit bd4277d

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.github/workflows/generate-web-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: 20
13+
node-version: 24.12.0
1414
registry-url: "https://registry.npmjs.org"
1515
- run: npm ci
1616
- uses: actions/setup-java@v4

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 24.12.0
2020
registry-url: "https://registry.npmjs.org"
2121
- run: npm install -g npm@latest
2222
- run: npm ci

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"/dist"
1414
],
1515
"engines": {
16-
"node": ">=22.16.0"
16+
"node": ">=24.12.0"
1717
},
1818
"dependencies": {
1919
"axios": "^1.13.2",
@@ -28,7 +28,7 @@
2828
"@openapitools/openapi-generator-cli": "^2.25.0",
2929
"@types/debug": "^4.1.12",
3030
"@types/jest": "^29.5.14",
31-
"@types/node": "^22.19.1",
31+
"@types/node": "^24.10.4",
3232
"@typescript-eslint/eslint-plugin": "^8.46.4",
3333
"@typescript-eslint/parser": "^8.46.4",
3434
"axios-mock-adapter": "^2.1.0",

0 commit comments

Comments
 (0)