Allow node 12 and test it (#9907)
This commit is contained in:
parent
8ca323e810
commit
80a5a2e7dd
@ -34,7 +34,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
working_directory: ~/babel
|
working_directory: ~/babel
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:11
|
- image: circleci/node:12
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore-cache: *restore-yarn-cache
|
- restore-cache: *restore-yarn-cache
|
||||||
|
|||||||
@ -5,6 +5,7 @@ cache:
|
|||||||
yarn: true
|
yarn: true
|
||||||
node_js:
|
node_js:
|
||||||
# We test the latest version on circleci
|
# We test the latest version on circleci
|
||||||
|
- '11'
|
||||||
- '10'
|
- '10'
|
||||||
- '8'
|
- '8'
|
||||||
- '6'
|
- '6'
|
||||||
|
|||||||
@ -73,7 +73,7 @@
|
|||||||
"@lerna/**/@lerna/collect-updates": "https://github.com/nicolo-ribaudo/lerna.git#babel-collect-updates"
|
"@lerna/**/@lerna/collect-updates": "https://github.com/nicolo-ribaudo/lerna.git#babel-collect-updates"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 6.9.0 < 12.0.0",
|
"node": ">= 6.9.0 < 13.0.0",
|
||||||
"npm": ">= 3.x <= 6.x",
|
"npm": ">= 3.x <= 6.x",
|
||||||
"yarn": ">=0.27.5 || >=1.0.0-20170811"
|
"yarn": ">=0.27.5 || >=1.0.0-20170811"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user