mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
macos-preparation.yml
This commit is contained in:
parent
7a4c8c62fe
commit
ee3022b175
@ -12,13 +12,7 @@ jobs:
|
||||
vmImage: macos-10.14
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: 12.13.1
|
||||
displayName: Install Node.js 12.13.1
|
||||
|
||||
- script: npm install --global npm@6.12.1
|
||||
displayName: Update npm
|
||||
- template: templates/macos-preparation.yml
|
||||
|
||||
- template: templates/cache.yml
|
||||
parameters:
|
||||
@ -103,13 +97,7 @@ jobs:
|
||||
RunPackageTests: 2
|
||||
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: 12.13.1
|
||||
displayName: Install Node.js 12.13.1
|
||||
|
||||
- script: npm install --global npm@6.12.1
|
||||
displayName: Update npm
|
||||
- template: templates/macos-preparation.yml
|
||||
|
||||
- template: templates/cache.yml
|
||||
parameters:
|
||||
|
8
script/vsts/platforms/templates/macos-preparation.yml
Normal file
8
script/vsts/platforms/templates/macos-preparation.yml
Normal file
@ -0,0 +1,8 @@
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
inputs:
|
||||
versionSpec: 12.13.1
|
||||
displayName: Install Node.js 12.13.1
|
||||
|
||||
- script: npm install --global npm@6.12.1
|
||||
displayName: Update npm
|
Loading…
Reference in New Issue
Block a user