Remove node v10 from test matrix

This commit is contained in:
Brian Carlson 2024-02-26 12:28:00 -06:00
parent 8432c13e8d
commit a5679c3984

View File

@ -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: ['12', '14', '16', '18', '20']
os: [ubuntu-latest, windows-latest, macos-latest]
name: Node.js ${{ matrix.node }} (${{ matrix.os }})
env: