Skip to content

Commit 04427c5

Browse files
authored
ci: add Node.js 22 to matrix (#2621)
1 parent 5f6a6d7 commit 04427c5

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: [18.x, 20.x, 21.x]
21+
node-version: [18.x, 20.x, 22.x]
2222
mysql-version: ["mysql:8.0.33"]
2323
use-compression: [0, 1]
2424
use-tls: [0, 1]

0 commit comments

Comments
 (0)