Skip to content

Commit b603cae

Browse files
authoredMar 26, 2024··
ci: drop Node.js 14 and 16 from matrix (#2531)
* ci: drop Node 14 and 16 from matrix * ci: lint matrix versions
1 parent bd30872 commit b603cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [14.x, 16.x, 18.x, 20.x, "21.x"]
21+
node-version: [18.x, 20.x, 21.x]
2222
mysql-version: ["mysql:8.0.33"]
2323
use-compression: [0, 1]
2424
use-tls: [0, 1]

0 commit comments

Comments
 (0)
Please sign in to comment.