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 fcd2db9 commit 735c50dCopy full SHA for 735c50d
azure-pipelines-1.yml
@@ -14,13 +14,9 @@ jobs:
14
- job: Job_1
15
displayName: Agent job 1
16
pool:
17
- name: Default
+ name: Linux Agent
18
steps:
19
- - task: NodeTool@0
20
- inputs:
21
- versionSpec: '16.x' # Explicitly set the Node.js version to 10.x
22
- displayName: 'Use Node.js 16'
23
-
+
24
- script: |
25
node --version # This will print the Node version
26
npm install
0 commit comments