Skip to content

Commit

Permalink
Support node 10 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
dudleycarr committed Mar 17, 2021
1 parent 8c1440b commit 303940e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ os:
- linux
- osx
node_js:
- 6
- 8
- 10
- 12
- 14
- 15
language: node_js
install:
- npm install
- npm install -g grunt-cli
script: npm test
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"prettier": "^2.2.1",
"should": "^13.2.3"
},
"engines": {
"node": ">=10"
},
"standard": {
"env": [
"mocha",
Expand Down

0 comments on commit 303940e

Please sign in to comment.