Skip to content

Commit 86bb416

Browse files
committed
ci: Run on node 20 and 21
1 parent 63317a8 commit 86bb416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
node-version: [ 16.x, 20.x ]
25+
node-version: [ 20.x, 21.x ]
2626
target: [ 'build', 'test', 'lint' ]
2727
steps:
2828
- name: Use Node.js ${{ matrix.node-version }}
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix:
68-
node-version: [ 16.x, 20.x ]
68+
node-version: [ 20.x, 21.x ]
6969
db-type: ['postgres', 'mysql']
7070
steps:
7171
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)