Test on node 10 (#7908)

* Use node 10 on circle an node 9 on travis

* Update v8flag
This commit is contained in:
Nicolò Ribaudo 2018-06-04 22:22:30 +02:00 committed by GitHub
parent 6349118bed
commit f838a7e9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
build:
working_directory: ~/babel
docker:
- image: circleci/node:9
- image: circleci/node:10
steps:
- checkout
- restore-cache: *restore-yarn-cache

View File

@ -8,6 +8,7 @@ cache:
- node_modules
node_js:
# We test the latest version on circleci
- '9'
- '8'
- '6'

View File

@ -22,7 +22,7 @@
"fs-readdir-recursive": "^1.0.0",
"lodash": "^4.17.5",
"output-file-sync": "^2.0.0",
"v8flags": "^3.0.0"
"v8flags": "^3.1.1"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.49"