mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
chore: Update Node requirement
BREAKING CHANGE: Node 8 is required now.
This commit is contained in:
parent
07e7a47b1b
commit
296fb2494d
@ -2,7 +2,6 @@ workflows:
|
||||
version: 2
|
||||
node-multi-build:
|
||||
jobs:
|
||||
- node-v6
|
||||
- node-v8
|
||||
- node-v10
|
||||
|
||||
@ -31,10 +30,6 @@ jobs:
|
||||
key: yarn-packages-{{ .Branch }}-{{ checksum "yarn.lock" }}
|
||||
paths:
|
||||
- node_modules/
|
||||
node-v6:
|
||||
<<: *node-base
|
||||
docker:
|
||||
- image: node:6
|
||||
node-v8:
|
||||
<<: *node-base
|
||||
docker:
|
||||
|
||||
@ -132,7 +132,7 @@
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=8"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.js": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user