Skip to content

Commit 52e753a

Browse files
chore(deps): update dependency node to v22
1 parent ee80bb7 commit 52e753a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.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)