Skip to content

Commit

Permalink
Update pipeline node js version
Browse files Browse the repository at this point in the history
  • Loading branch information
marianacapelo committed May 17, 2022
1 parent fb09fff commit f8c79f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines/os-monaco-core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 f8c79f0

Please sign in to comment.