Skip to content

Commit 9023b6b

Browse files
committed
[ci] Do not test on node 16
1 parent ca5cc0d commit 9023b6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- x64
1616
- x86
1717
node:
18-
- 16
1918
- 18
2019
- 20
2120
- 22
@@ -61,7 +60,7 @@ jobs:
6160
- uses: actions/checkout@v4
6261
- uses: actions/setup-node@v4
6362
with:
64-
node-version: 16
63+
node-version: 20
6564
architecture: ${{ matrix.arch }}
6665
- run: npm install
6766
- run: npm run prebuild

0 commit comments

Comments
 (0)