Skip to content

Commit

Permalink
Restrict node tests to only 2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithriel committed Nov 16, 2023
1 parent d2882ba commit 1c5bfca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18, 20]
node: [18, 20]
# TODO: readd node versions: node: [14, 16, 18, 20]
name: node-${{ matrix.node }}
services:
postgres:
Expand Down

0 comments on commit 1c5bfca

Please sign in to comment.