Remove node 12 from test matrix

This commit is contained in:
Brian Carlson 2024-02-26 12:33:16 -06:00
parent a5679c3984
commit 4a62121de9

View File

@ -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: