Skip to content

Commit 3fb0f95

Browse files
committed
[ci] Test on node 23
1 parent 019f28f commit 3fb0f95

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
arch:
15-
- x64
16-
- x86
14+
arch: x64
1715
node:
1816
- 10
1917
- 12
@@ -22,17 +20,29 @@ jobs:
2220
- 18
2321
- 20
2422
- 22
23+
- 23
2524
os:
2625
- macOS-latest
2726
- ubuntu-latest
2827
- windows-latest
29-
exclude:
28+
include:
3029
- arch: x86
31-
os: macOS-latest
30+
node: 10
31+
os: windows-latest
32+
- arch: x86
33+
node: 12
34+
os: windows-latest
35+
- arch: x86
36+
node: 14
37+
os: windows-latest
38+
- arch: x86
39+
node: 16
40+
os: windows-latest
3241
- arch: x86
33-
os: ubuntu-latest
42+
node: 20
43+
os: windows-latest
3444
- arch: x86
35-
node: 18
45+
node: 22
3646
os: windows-latest
3747
steps:
3848
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)