We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4937e commit ccb51a8Copy full SHA for ccb51a8
.devops/azure-pipelines-release.yml
@@ -6,6 +6,9 @@ jobs:
6
pool:
7
vmImage: 'ubuntu-22.04'
8
steps:
9
+ - task: NodeTool@0
10
+ inputs:
11
+ versionSpec: '14.x'
12
- script: |
13
npm install
14
npm run build
0 commit comments