Skip to content

Commit

Permalink
temp: use NodeTool@16.x for linux agents
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Jul 19, 2023
1 parent a821614 commit 5717d25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines/linux/product-build-linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ steps:
displayName: Run unit tests (Electron)
timeoutInMinutes: 15

- script: yarn test-node
- script: PATH=$(node build/lib/node.js):$PATH yarn test-node
displayName: Run unit tests (node.js)
timeoutInMinutes: 15

Expand All @@ -61,7 +61,7 @@ steps:
displayName: Run unit tests (Electron)
timeoutInMinutes: 15

- script: yarn test-node --build
- script: PATH=$(node build/lib/node.js):$PATH yarn test-node --build
displayName: Run unit tests (node.js)
timeoutInMinutes: 15

Expand Down
2 changes: 1 addition & 1 deletion build/azure-pipelines/linux/product-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:

- task: NodeTool@0
inputs:
versionSpec: "18.x"
versionSpec: "16.x"

- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }}:
- template: ../distro/download-distro.yml
Expand Down
2 changes: 1 addition & 1 deletion build/azure-pipelines/linux/snap-build-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.x"
versionSpec: "16.x"

- task: DownloadPipelineArtifact@0
displayName: "Download Pipeline Artifact"
Expand Down

0 comments on commit 5717d25

Please sign in to comment.