use latest node 12 nightly

This commit is contained in:
Tobias Koppers 2018-10-24 14:29:58 +02:00
parent 1c44f95b8c
commit f7ff9139f0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ matrix:
- os: linux
node_js: "10"
env:
- NODEJS_VERSION=v11.0.0-nightly201810139f7e3a4040
- NODEJS_VERSION=v12.0.0-nightly20181024bb79e768e5
- YARN_EXTRA_ARGS="--ignore-engines"
- NO_WATCH_TESTS=1
- JEST="--maxWorkers=2 --cacheDirectory .jest-cache"