Skip to content

Commit 6ed80b8

Browse files
committed
ci: remove node 16.x from Windows matrix
1 parent 6730187 commit 6ed80b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [16.x, 18.x, 20.x]
21+
node-version: [18.x, 20.x]
2222
mysql-version: ['8.0']
2323
use-compression: [0, 1]
2424
use-tls: [0, 1]

0 commit comments

Comments
 (0)