Skip to content

Commit

Permalink
Remove node 12 testing
Browse files Browse the repository at this point in the history
As cypress tests are unstable, I think it will help to only test on a single node version. Node 14 is the current LTS version, so let's use that.
  • Loading branch information
nikolas committed Jul 12, 2021
1 parent c566e05 commit c413b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
python-version: [3.6]
node-version: [12.x, 14.x]
node-version: [14.x]
services:
postgres:
image: postgres:10
Expand Down

0 comments on commit c413b7d

Please sign in to comment.