Skip to content

Commit

Permalink
Merge pull request #1831 from strongloop/update-node-versions
Browse files Browse the repository at this point in the history
Update node versions
  • Loading branch information
bajtos committed Apr 6, 2020
2 parents df1c8dc + 6d65afc commit f1f7bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- "8"
- "10"
- "12"
- "13"

after_success: npm run coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"author": "IBM Corp.",
"engines": {
"node": ">=8"
"node": ">=10"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f1f7bf2

Please sign in to comment.