Skip to content

Commit

Permalink
github: test on node 14.x as well
Browse files Browse the repository at this point in the history
This is the current LTS release of node, we're just not using it on production yet. https://nodejs.org/en/
  • Loading branch information
nikolas committed May 13, 2021
1 parent 95e6b01 commit 1f2db13
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]
node-version: [12.x, 14.x]
services:
postgres:
image: postgres:10
Expand Down

0 comments on commit 1f2db13

Please sign in to comment.