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
|
||||
node_js:
|
||||
- "8.0"
|
||||
- "7.2"
|
||||
- "6.11"
|
||||
- "8"
|
||||
- "6"
|
||||
install:
|
||||
- yarn install
|
||||
- yarn run build
|
||||
|
@ -1,6 +1,8 @@
|
||||
# Test against the latest version of this Node.js version
|
||||
environment:
|
||||
nodejs_version: "6"
|
||||
matrix:
|
||||
- nodejs_version: "6"
|
||||
- nodejs_version: "8"
|
||||
|
||||
# Install scripts. (runs after repo cloning)
|
||||
install:
|
||||
|
@ -62,8 +62,8 @@
|
||||
"postinstall": "opencollective postinstall || exit 0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.3.0 <5.0.0 || >=5.10",
|
||||
"npm": ">=3.0.0"
|
||||
"node": ">=6.11",
|
||||
"npm": ">=3.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/youch": "3.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user