Skip to content

Commit

Permalink
🏗 Update node major version in package.json and .travis.yml to us…
Browse files Browse the repository at this point in the history
…e LTS (ampproject#19159)
  • Loading branch information
rsimha authored and Enriqe committed Nov 28, 2018
1 parent 3066eb5 commit 317a479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: node_js
sudo: required # See http://docs.travis-ci.com/user/trusty-ci-environment/
dist: trusty
node_js:
- "8"
- "lts/*"
python:
- "2.7"
notifications:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"description": "Fastish HTML",
"main": "index.js",
"engines": {
"node": "^8.0.0",
"node": "^8.0.0 || ^10.0.0",
"yarn": "^1.10.1"
},
"author": "The AMP HTML Authors",
Expand Down

0 comments on commit 317a479

Please sign in to comment.