Skip to content

Commit 46680c9

Browse files
authored
chore: bump node version to 22 (#5800)
Signed-off-by: Vincent Chan <vincent@tobikodata.com>
1 parent cfdc86f commit 46680c9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: '20'
15+
node-version: '22'
1616
- uses: pnpm/action-setup@v4
1717
with:
1818
version: latest

.github/workflows/release_extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v6
3232
with:
33-
node-version: '20'
33+
node-version: '22'
3434
- name: Install pnpm
3535
uses: pnpm/action-setup@v4
3636
with:

.github/workflows/release_shared_js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v6
3535
with:
36-
node-version: '20'
36+
node-version: '22'
3737
registry-url: 'https://registry.npmjs.org'
3838
- name: Update npm
3939
run: npm install -g npm@latest

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"engines": {
3-
"node": ">=20.0.0",
3+
"node": ">=22.0.0",
44
"pnpm": ">=10.0.0"
55
},
66
"scripts": {

0 commit comments

Comments
 (0)