Skip to content

Commit 735c50d

Browse files
Update azure-pipelines-1.yml for Azure Pipelines
1 parent fcd2db9 commit 735c50d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

azure-pipelines-1.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ jobs:
1414
- job: Job_1
1515
displayName: Agent job 1
1616
pool:
17-
name: Default
17+
name: Linux Agent
1818
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-
19+
2420
- script: |
2521
node --version # This will print the Node version
2622
npm install

0 commit comments

Comments
 (0)