chore: update node versions

This commit is contained in:
Pooya Parsa 2017-08-17 22:19:17 +04:30
parent bcdab5d196
commit ba8e8abce3
3 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- "8.0" - "8"
- "7.2" - "6"
- "6.11"
install: install:
- yarn install - yarn install
- yarn run build - yarn run build

View File

@ -1,6 +1,8 @@
# Test against the latest version of this Node.js version # Test against the latest version of this Node.js version
environment: environment:
nodejs_version: "6" matrix:
- nodejs_version: "6"
- nodejs_version: "8"
# Install scripts. (runs after repo cloning) # Install scripts. (runs after repo cloning)
install: install:

View File

@ -62,8 +62,8 @@
"postinstall": "opencollective postinstall || exit 0" "postinstall": "opencollective postinstall || exit 0"
}, },
"engines": { "engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10", "node": ">=6.11",
"npm": ">=3.0.0" "npm": ">=3.10.0"
}, },
"dependencies": { "dependencies": {
"@nuxtjs/youch": "3.0.1", "@nuxtjs/youch": "3.0.1",