Skip to content

Commit 2d8ce19

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent fa06aa0 commit 2d8ce19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ pool:
99
steps:
1010
- task: NodeTool@0
1111
inputs:
12-
versionSpec: '10.x'
12+
versionSpec: '12.x'
13+
checkLatest: true
1314
displayName: 'Install Node.js'
1415

1516
- script: |

0 commit comments

Comments
 (0)