Skip to content

Commit a3b627d

Browse files
committed
[ci] Do not test on node 14
1 parent 9e3f66f commit a3b627d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.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-
- 14
1918
- 16
2019
- 18
2120
- 20
@@ -61,7 +60,7 @@ jobs:
6160
- uses: actions/checkout@v4
6261
- uses: actions/setup-node@v4
6362
with:
64-
node-version: 14
63+
node-version: 16
6564
architecture: ${{ matrix.arch }}
6665
- run: npm install
6766
- run: npm run prebuild

0 commit comments

Comments
 (0)