mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Remove node 12 from test matrix
This commit is contained in:
parent
a5679c3984
commit
4a62121de9
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
||||
strategy:
|
||||
matrix:
|
||||
node: ['12', '14', '16', '18', '20']
|
||||
node: ['14', '16', '18', '20']
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
name: Node.js ${{ matrix.node }} (${{ matrix.os }})
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user