Skip to content

Commit bce9eb7

Browse files
committed
[ci] Test on node 24
1 parent 1a80a44 commit bce9eb7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,21 @@ jobs:
1313
matrix:
1414
arch:
1515
- x64
16-
- x86
1716
node:
1817
- 20
1918
- 22
19+
- 24
2020
os:
2121
- macos-latest
2222
- ubuntu-latest
2323
- windows-latest
24-
exclude:
24+
include:
2525
- arch: x86
26-
os: macos-latest
26+
node: 20
27+
os: windows-latest
2728
- arch: x86
28-
os: ubuntu-latest
29+
node: 22
30+
os: windows-latest
2931
steps:
3032
- uses: actions/checkout@v4
3133
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)