mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore: update node versions
This commit is contained in:
parent
bcdab5d196
commit
ba8e8abce3
@ -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
|
||||||
|
@ -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:
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user