Skip to content

Commit

Permalink
Update Node.js version to include LTS versions from v6
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriaan committed Mar 1, 2021
1 parent 84d253f commit 3645d9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,7 +1,11 @@
language: node_js
node_js:
- "5"
- "6"
- "8"
- "10"
- "12"
- "14"
- "lts/*"
- "node"
services:
- postgresql
Expand Down

0 comments on commit 3645d9a

Please sign in to comment.