Skip to content

Commit d86bc21

Browse files
committed
CI: Update Node in workflows
1 parent 56b1fe7 commit d86bc21

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
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/build.yaml

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

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

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
python: ['3.10', '3.11', '3.12', '3.13']
13+
python: ["3.10", "3.11", "3.12", "3.13"]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
2121

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
@@ -72,7 +72,7 @@ jobs:
7272

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

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

0 commit comments

Comments
 (0)