Upgrade Node.js for CI
This commit is contained in:
Родитель
e2423f0baf
Коммит
2bf144fb1c
|
@ -4,10 +4,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
maxParallel: 2
|
maxParallel: 2
|
||||||
matrix:
|
matrix:
|
||||||
'NodeJs 8':
|
|
||||||
NodeVersion: 8
|
|
||||||
'NodeJs 10':
|
'NodeJs 10':
|
||||||
NodeVersion: 10
|
NodeVersion: 10
|
||||||
|
'NodeJs 12':
|
||||||
|
NodeVersion: 12
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
- template: templates/build.yaml
|
- template: templates/build.yaml
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
variables:
|
variables:
|
||||||
NodeVersion: 10
|
NodeVersion: 12
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
persistCredentials: true
|
persistCredentials: true
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
variables:
|
variables:
|
||||||
NodeVersion: 10
|
NodeVersion: 12
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
persistCredentials: true
|
persistCredentials: true
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
resources:
|
resources:
|
||||||
- repo: self
|
- repo: self
|
||||||
variables:
|
variables:
|
||||||
NodeVersion: 10
|
NodeVersion: 12
|
||||||
steps:
|
steps:
|
||||||
- checkout: self
|
- checkout: self
|
||||||
- template: templates/build.yaml
|
- template: templates/build.yaml
|
||||||
|
|
Загрузка…
Ссылка в новой задаче