Skip to content

Commit b759c38

Browse files
authored
Merge pull request #398 from tkskto/renovate/node-22.x
chore(deps): update dependency node to v22
2 parents 91a7271 + c64a15e commit b759c38

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [18.x, 20.x, 22.x]
16+
node-version: [20.x, 22.x, 24.x]
1717

1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# publish for npm package.
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: '18.x'
14+
node-version: '22.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: |
1717
npm ci

package-lock.json

Lines changed: 8 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
@@ -73,7 +73,7 @@
7373
"@types/jest": "^29.5.14",
7474
"@types/js-beautify": "1.14.3",
7575
"@types/mkdirp": "2.0.0",
76-
"@types/node": "^20.17.17",
76+
"@types/node": "^22.0.0",
7777
"@types/opener": "1.4.3",
7878
"@types/ws": "8.5.14",
7979
"@typescript-eslint/eslint-plugin": "8.23.0",

0 commit comments

Comments
 (0)