Skip to content

Commit

Permalink
chore (ci): add node v20 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Feb 19, 2024
1 parent 2a8efbe commit 4acc6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
strategy:
matrix:
node: ['10', '12', '14', '16', '18']
node: ['10', '12', '14', '16', '18', '20']
os: [ubuntu-latest, windows-latest, macos-latest]
name: Node.js ${{ matrix.node }} (${{ matrix.os }})
env:
Expand Down

0 comments on commit 4acc6b0

Please sign in to comment.