Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: set correct minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
uglow committed Apr 8, 2020
1 parent 416554b commit 79e5390
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
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: node_js

node_js:
- '8'
- '10'

install:
- npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"src"
],
"engines": {
"node": ">=8.10",
"node": ">=10",
"npm": ">=6.9"
}
}

0 comments on commit 79e5390

Please sign in to comment.