Skip to content

Commit 6861472

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

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
matrix:
1414
arch:
1515
- x64
16-
- x86
1716
node:
1817
- 10
1918
- 12
@@ -22,25 +21,37 @@ jobs:
2221
- 18
2322
- 20
2423
- 22
24+
- 23
2525
os:
2626
- macOS-latest
2727
- ubuntu-latest
2828
- windows-latest
29-
exclude:
29+
include:
3030
- arch: x86
31-
os: macOS-latest
31+
node: 10
32+
os: windows-latest
33+
- arch: x86
34+
node: 12
35+
os: windows-latest
36+
- arch: x86
37+
node: 14
38+
os: windows-latest
39+
- arch: x86
40+
node: 16
41+
os: windows-latest
3242
- arch: x86
33-
os: ubuntu-latest
43+
node: 20
44+
os: windows-latest
3445
- arch: x86
35-
node: 18
46+
node: 22
3647
os: windows-latest
3748
steps:
3849
- uses: actions/checkout@v4
3950
- uses: actions/setup-node@v4
4051
with:
4152
node-version: ${{ matrix.node }}
4253
architecture: ${{ matrix.arch }}
43-
cache: 'npm'
54+
cache: npm
4455
cache-dependency-path: ./package.json
4556
- run: npm install
4657
- run: npm run lint

0 commit comments

Comments
 (0)