node.js 12 is latest now

run on nightly node.js 13
This commit is contained in:
Tobias Koppers 2019-06-14 12:04:39 +02:00
parent 4b2c5784ed
commit 178911a2ce
3 changed files with 17 additions and 17 deletions

View File

@ -20,25 +20,25 @@ stages:
matrix:
include:
- os: linux
node_js: "10"
node_js: "12"
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=basic
stage: basic
- os: linux
node_js: "10"
node_js: "12"
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=lintunit
stage: advanced
- os: linux
node_js: "10"
node_js: "12"
env: NO_WATCH_TESTS=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
stage: advanced
- os: linux
node_js: "10"
node_js: "12"
env: NO_WATCH_TESTS=1 ALTERNATIVE_SORT=1 JEST="--maxWorkers=2 --cacheDirectory .jest-cache" JOB_PART=integration
stage: advanced
- os: linux
node_js: "10"
env:
- NODEJS_VERSION=v12.0.0-nightly20190206686043e76e
- NODEJS_VERSION=v13.0.0-nightly201906148cdc1bdad6
- YARN_EXTRA_ARGS="--ignore-engines"
- NO_WATCH_TESTS=1
- JEST="--maxWorkers=2 --cacheDirectory .jest-cache"

View File

@ -14,7 +14,7 @@ cache:
- ".jest-cache"
install:
- ps: Install-Product node 10 x64
- ps: Install-Product node 12 x64
- yarn --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache
- yarn link --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache || yarn link --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache
- yarn link webpack --frozen-lockfile --preferred-cache-folder ..\\.yarn-cache

View File

@ -5,7 +5,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: "^10.10.0"
versionSpec: "^12.4.0"
displayName: "Install Node.js"
- script: |
curl -o- -L https://yarnpkg.com/install.sh | bash
@ -50,7 +50,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: "^10.10.0"
versionSpec: "^12.4.0"
displayName: "Install Node.js"
- script: |
curl -o- -L https://yarnpkg.com/install.sh | bash
@ -93,11 +93,11 @@ jobs:
maxParallel: 4
matrix:
node-12:
node_version: ^12.2.0
node_version: ^12.4.0
node-10:
node_version: ^10.10.0
node_version: ^10.15.0
node-8:
node_version: ^8.12.0
node_version: ^8.16.0
steps:
- task: NodeTool@0
inputs:
@ -141,11 +141,11 @@ jobs:
maxParallel: 4
matrix:
node-12:
node_version: ^12.2.0
node_version: ^12.4.0
node-10:
node_version: ^10.10.0
node_version: ^10.15.0
node-8:
node_version: ^8.12.0
node_version: ^8.16.0
steps:
- task: NodeTool@0
inputs:
@ -189,11 +189,11 @@ jobs:
maxParallel: 4
matrix:
node-12:
node_version: ^12.2.0
node_version: ^12.4.0
node-10:
node_version: ^10.10.0
node_version: ^10.15.0
node-8:
node_version: ^8.12.0
node_version: ^8.16.0
steps:
- task: NodeTool@0
inputs: