Skip to content

Commit 69b01e7

Browse files
chore(deps): update dependency node to v22
1 parent cc96862 commit 69b01e7

File tree

3 files changed

+38
-32
lines changed

3 files changed

+38
-32
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js
4040
uses: actions/setup-node@v3
4141
with:
42-
node-version: '16'
42+
node-version: '22'
4343
cache: pnpm
4444
registry-url: 'https://registry.npmjs.org'
4545
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@grpc/grpc-js": "^1.3.7",
2727
"@types/google-protobuf": "^3.15.5",
2828
"@types/jest": "^29.0.0",
29-
"@types/node": "^18.0.0",
29+
"@types/node": "^22.0.0",
3030
"@typescript-eslint/eslint-plugin": "^5.0.0",
3131
"@typescript-eslint/parser": "^5.0.0",
3232
"@zcong/js-release": "^0.2.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)