Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
marianacapelo committed May 18, 2022
1 parent 4b03794 commit f60b70c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/azure-pipelines/os-monaco-core-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pool:
vmImage: 'windows-latest'
vmImage: 'windows-2019'

trigger:
branches:
Expand All @@ -19,7 +19,7 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: "12.14.1"
versionSpec: "14.17.3"
- script: |
yarn
- script: |
Expand All @@ -37,7 +37,7 @@ stages:
- deployment: Deploy
displayName: 'Deploy to npm private repository and creates a git release'
pool:
vmImage: 'windows-latest'
vmImage: 'windows-2019'
environment: Automatic-Release
strategy:
runOnce:
Expand Down

0 comments on commit f60b70c

Please sign in to comment.