Skip to content

Commit 67ac950

Browse files
Revert node pinning (#842)
1 parent 11a28a9 commit 67ac950

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

builds/azure-pipelines/template-steps-build-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ steps:
2727
result: PoliCheck.xml
2828
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
2929

30-
# Use 18.15 directly due to https://github.com/Azure/azure-functions-core-tools/issues/3335
31-
- task: NodeTool@0
32-
inputs:
33-
versionSpec: '18.15'
34-
3530
- script: npm install -g azure-functions-core-tools
3631
displayName: 'Install Azure Functions Core Tools'
3732

builds/azure-pipelines/template-steps-performance.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ steps:
1616
inputs:
1717
useGlobalJson: true
1818

19-
# Use 18.15 directly due to https://github.com/Azure/azure-functions-core-tools/issues/3335
20-
- task: NodeTool@0
21-
inputs:
22-
versionSpec: '18.15'
23-
2419
- script: npm install -g azure-functions-core-tools
2520
displayName: 'Install Azure Functions Core Tools'
2621

0 commit comments

Comments
 (0)