Skip to content

Commit

Permalink
Updates engines to 10 LTS (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Nov 17, 2018
1 parent e5945dc commit 8259718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8"
- "10"
after_success:
- npm run coveralls
deploy:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
"gpagespeed": "index.js"
},
"engines": {
"node": ">=8.12.0"
"node": ">=10.13.0"
},
"scripts": {
"test": "standard && tap --reporter=spec test/**/*.js",
"test": "standard && npm audit && tap --reporter=spec test/**/*.js",
"test-offline": "standard && tap --reporter=spec test/**/*.js",
"coverage": "tap test/**/*.js --coverage",
"coveralls": "tap --cov --coverage-report=lcov test/**/*.js && cat coverage/lcov.info | coveralls",
"standard-fix": "standard --fix",
Expand Down

0 comments on commit 8259718

Please sign in to comment.