Skip to content

Commit 996e2f6

Browse files
chore(deps): update dependency node to v24
1 parent fcdc46a commit 996e2f6

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
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.10.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
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 24.10.0
1919
registry-url: "https://registry.npmjs.org"
2020
- run: npm update -g npm@latest
2121
- run: npm ci

package-lock.json

Lines changed: 17 additions & 17 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
@@ -28,7 +28,7 @@
2828
"@openapitools/openapi-generator-cli": "^2.20.2",
2929
"@types/debug": "^4.1.12",
3030
"@types/jest": "^29.5.14",
31-
"@types/node": "^22.15.24",
31+
"@types/node": "^24.9.1",
3232
"@typescript-eslint/eslint-plugin": "^8.33.0",
3333
"@typescript-eslint/parser": "^8.33.0",
3434
"axios-mock-adapter": "^2.1.0",

0 commit comments

Comments
 (0)