Skip to content

Commit

Permalink
Remove node 12 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Feb 26, 2024
1 parent a5679c3 commit 4a62121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 4a62121

Please sign in to comment.