Use Node 12 and frozen lockfile

This commit is contained in:
Peter Squicciarini 2020-02-17 15:26:57 -08:00
parent c440844e99
commit a3465c0f1b
No known key found for this signature in database
GPG key ID: F32B1833EB870AD6
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ matrix:
- os: osx
language: node_js
node_js: "10"
node_js: "12"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash

View file

@ -29,7 +29,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
# apply patches
patch -u src/vs/platform/update/electron-main/updateService.win32.ts -i ../patches/update-cache-path.patch
yarn
yarn --frozen-lockfile
yarn postinstall
mv product.json product.json.bak

View file

@ -1,7 +1,7 @@
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
versionSpec: "12.13.0"
- script: |
choco install jq
displayName: 'install jq from choco'