Skip to content

Commit

Permalink
Update node version to v14 for azure-pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
SarantopoulosKon committed Dec 14, 2022
1 parent 89a32ec commit 8f78b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ stages:

- task: NodeTool@0
inputs:
versionSpec: '12.x'
versionSpec: '14.x'
- script: yarn
displayName: 'Install labextension dependencies'
env:
Expand Down Expand Up @@ -121,7 +121,7 @@ stages:

- task: NodeTool@0
inputs:
versionSpec: '12.x'
versionSpec: '14.x'
- script: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
yarn
Expand Down

0 comments on commit 8f78b8f

Please sign in to comment.