Skip to content

Commit 6e33db2

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 4ed637c commit 6e33db2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
vmImage: 'macOS-latest'
1313

1414
steps:
15+
- task: NodeTool@0
16+
inputs:
17+
versionSpec: '14.15.4'
18+
checkLatest: true
1519
- script: |
1620
npm install codecov
1721
npm install

0 commit comments

Comments
 (0)