mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
perf: increase minimum required node version to 8.x
This commit is contained in:
parent
423cee1f3d
commit
36ceb1b334
@ -1,7 +1,7 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "8"
|
||||||
- "6"
|
- "9"
|
||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
directories:
|
directories:
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Test against the latest version of this Node.js version
|
# Test against the latest version of this Node.js version
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: "6"
|
|
||||||
- nodejs_version: "8"
|
- nodejs_version: "8"
|
||||||
|
- nodejs_version: "9"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- "%LOCALAPPDATA%\\Yarn"
|
- "%LOCALAPPDATA%\\Yarn"
|
||||||
|
@ -60,8 +60,8 @@
|
|||||||
"release-next": "npm run build && node ./build/release-next && npm publish --tag next"
|
"release-next": "npm run build && node ./build/release-next && npm publish --tag next"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.11",
|
"node": ">=8.0.0",
|
||||||
"npm": ">=3.10.0"
|
"npm": ">=5.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxtjs/youch": "^3.1.0",
|
"@nuxtjs/youch": "^3.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user