Skip to content

Commit 46005a4

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

File tree

4 files changed

+39
-33
lines changed

4 files changed

+39
-33
lines changed

.github/workflows/js-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-node@v3
2525
with:
2626
# registry-url: "https://registry.npmjs.org"
27-
node-version: 16
27+
node-version: 22
2828
cache: pnpm
2929
- name: install dependencies
3030
run: pnpm install --frozen-lockfile

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