Skip to content

Commit ccb51a8

Browse files
authored
Use NodeJS version v14
1 parent 5c4937e commit ccb51a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devops/azure-pipelines-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
pool:
77
vmImage: 'ubuntu-22.04'
88
steps:
9+
- task: NodeTool@0
10+
inputs:
11+
versionSpec: '14.x'
912
- script: |
1013
npm install
1114
npm run build

0 commit comments

Comments
 (0)