Skip to content

Commit 583d3be

Browse files
chore(deps): update node.js
1 parent d7269cc commit 583d3be

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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: 22.18.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
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: 22.18.0
1515
registry-url: "https://registry.npmjs.org"
1616
- run: npm ci
1717
- run: npm run test

package-lock.json

Lines changed: 3 additions & 3 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
@@ -13,7 +13,7 @@
1313
"/dist"
1414
],
1515
"engines": {
16-
"node": ">=22.16.0"
16+
"node": ">=22.18.0"
1717
},
1818
"dependencies": {
1919
"axios": "^1.9.0",

0 commit comments

Comments
 (0)