Skip to content

Commit 01d620d

Browse files
authored
test on node 26 (via #1497)
1 parent dbafb01 commit 01d620d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
- uses: actions/setup-node@v6
2626
with:
27-
node-version: 20
27+
node-version: 24
2828
cache: "yarn"
2929
- name: yarn install & check-cache
3030
run: |
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v6
3737
- uses: actions/setup-node@v6
3838
with:
39-
node-version: 20
39+
node-version: 24
4040
cache: "yarn"
4141
- name: yarn install
4242
run: |
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
fail-fast: false
6666
matrix:
67-
node-version: [20, 22]
67+
node-version: [20, 26]
6868
os: [ubuntu-latest, windows-latest]
6969
exclude:
7070
- node-version: 20
@@ -95,7 +95,7 @@ jobs:
9595
strategy:
9696
fail-fast: false
9797
matrix:
98-
node-version: [20, 22]
98+
node-version: [20, 26]
9999
os: [ubuntu-latest, windows-latest]
100100
exclude:
101101
- node-version: 20
@@ -178,7 +178,7 @@ jobs:
178178

179179
- uses: actions/setup-node@v6
180180
with:
181-
node-version: 20
181+
node-version: 24
182182
cache: "yarn"
183183

184184
- name: yarn install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- uses: actions/setup-node@v6
3434
with:
35-
node-version: 20
35+
node-version: 24
3636
cache: "yarn"
3737

3838
- name: "Yarn install"

0 commit comments

Comments
 (0)