mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 19:40:14 +10:00
Merge pull request #335 from stripedpajamas/node_12
Use Node 12 and frozen lockfile
This commit is contained in:
@@ -15,7 +15,7 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: "10"
|
node_js: "12"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -29,7 +29,7 @@ if [[ "$SHOULD_BUILD" == "yes" ]]; then
|
|||||||
# apply patches
|
# apply patches
|
||||||
patch -u src/vs/platform/update/electron-main/updateService.win32.ts -i ../patches/update-cache-path.patch
|
patch -u src/vs/platform/update/electron-main/updateService.win32.ts -i ../patches/update-cache-path.patch
|
||||||
|
|
||||||
yarn
|
yarn --frozen-lockfile
|
||||||
yarn postinstall
|
yarn postinstall
|
||||||
mv product.json product.json.bak
|
mv product.json product.json.bak
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '10.x'
|
versionSpec: "12.13.0"
|
||||||
- script: |
|
- script: |
|
||||||
choco install jq
|
choco install jq
|
||||||
displayName: 'install jq from choco'
|
displayName: 'install jq from choco'
|
||||||
|
|||||||
Reference in New Issue
Block a user