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 a370486 commit d566120Copy full SHA for d566120
azure-pipelines-1.yml
@@ -16,9 +16,10 @@ jobs:
16
pool:
17
name: Default
18
steps:
19
- - task: NodeTool@0 # Replacing UseNode with NodeTool
+ - task: NodeTool@0
20
inputs:
21
- versionSpec: '16.x' # Specify Node version (e.g., 16.x)
+ versionSpec: '16.x' # Explicitly set the Node.js version to 10.x
22
+ displayName: 'Use Node.js 16'
23
24
25
- script: echo Hello, world!
0 commit comments