Skip to content

Commit da42ce0

Browse files
renovate[bot]protobuf-ci-cd
authored andcommitted
chore(devdeps): update dependency node to v22
1 parent 00f0a97 commit da42ce0

File tree

5 files changed

+147
-661
lines changed

5 files changed

+147
-661
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/[email protected]
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
check-latest: true
2121
cache: "pnpm"
2222
- run: pnpm install
@@ -30,7 +30,7 @@ jobs:
3030
- name: Use Node.js
3131
uses: actions/[email protected]
3232
with:
33-
node-version: 20
33+
node-version: 22
3434
check-latest: true
3535
cache: "pnpm"
3636
- run: pnpm install

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/[email protected]
1515
with:
16-
node-version: 20
16+
node-version: 22
1717
check-latest: true
1818
cache: 'pnpm'
1919
- run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Use Node.js
2525
uses: actions/[email protected]
2626
with:
27-
node-version: 20
27+
node-version: 22
2828
cache: 'pnpm'
2929
- run: pnpm install
3030
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)