Skip to content

Commit

Permalink
Re-restrict node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithriel committed Nov 16, 2023
1 parent d47f626 commit a7599a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
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 a7599a7

Please sign in to comment.