Skip to content

Commit d566120

Browse files
Update azure-pipelines-1.yml for Azure Pipelines
1 parent a370486 commit d566120

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines-1.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
pool:
1717
name: Default
1818
steps:
19-
- task: NodeTool@0 # Replacing UseNode with NodeTool
19+
- task: NodeTool@0
2020
inputs:
21-
versionSpec: '16.x' # Specify Node version (e.g., 16.x)
21+
versionSpec: '16.x' # Explicitly set the Node.js version to 10.x
22+
displayName: 'Use Node.js 16'
2223

2324

2425
- script: echo Hello, world!

0 commit comments

Comments
 (0)