Skip to content

Commit 32a9cea

Browse files
committed
CI: Update Node in workflows
1 parent d86bc21 commit 32a9cea

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- uses: actions/setup-node@v4
7474
with:
75-
node-version: "20"
75+
node-version: "22"
7676

7777
- name: Install tree-sitter-cli
7878
run: npm install -g tree-sitter-cli

.github/workflows/release-jupyter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: "20"
20+
node-version: "22"
2121

2222
- name: Install tree-sitter-cli
2323
run: npm install -g tree-sitter-cli

.github/workflows/release-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "20"
24+
node-version: "22"
2525

2626
- name: Install tree-sitter-cli
2727
run: npm install -g tree-sitter-cli
@@ -75,7 +75,7 @@ jobs:
7575
- name: Install Node.js
7676
uses: actions/setup-node@v4
7777
with:
78-
node-version: "20"
78+
node-version: "22"
7979

8080
- name: Install tree-sitter-cli
8181
run: npm install -g tree-sitter-cli
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install Node.js
126126
uses: actions/setup-node@v4
127127
with:
128-
node-version: "20"
128+
node-version: "22"
129129

130130
- name: Install tree-sitter-cli
131131
run: npm install -g tree-sitter-cli
@@ -181,7 +181,7 @@ jobs:
181181
- name: Install Node.js
182182
uses: actions/setup-node@v4
183183
with:
184-
node-version: "20"
184+
node-version: "22"
185185

186186
- name: Install tree-sitter-cli
187187
run: npm install -g tree-sitter-cli

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: "20"
26+
node-version: "22"
2727

2828
- name: Install tree-sitter-cli
2929
run: npm install -g tree-sitter-cli

.github/workflows/release-vscode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: "20"
23+
node-version: "22"
2424

2525
- name: Install vsce
2626
run: npm install -g @vscode/vsce

.github/workflows/wasm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: "20"
28+
node-version: "22"
2929

3030
- name: Install tree-sitter-cli
3131
run: npm install -g tree-sitter-cli

0 commit comments

Comments
 (0)