Skip to content

Commit 4acc6b0

Browse files
author
alxndrsn
committed
chore (ci): add node v20 to build matrix
1 parent 2a8efbe commit 4acc6b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3636
strategy:
3737
matrix:
38-
node: ['10', '12', '14', '16', '18']
38+
node: ['10', '12', '14', '16', '18', '20']
3939
os: [ubuntu-latest, windows-latest, macos-latest]
4040
name: Node.js ${{ matrix.node }} (${{ matrix.os }})
4141
env:

0 commit comments

Comments
 (0)