Skip to content

Commit

Permalink
Remove Node.js tool installer task from web ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Nov 14, 2023
1 parent a6b515f commit 5936c7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ steps:

- ${{if eq(parameters.WithCache, true)}}:
- script: |
set -e -x
pushd '$(Build.SourcesDirectory)/cmake/external/emsdk'
source ./emsdk_env.sh
export PATH=$(Build.SourcesDirectory)/cmake/external/emsdk/:$PATH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ jobs:
versionSpec: '3.8'
addToPath: true
architecture: $(buildArch)
- task: NodeTool@0
inputs:
versionSpec: '18.x'
- template: download-deps.yml

- task: PythonScript@0
Expand Down

0 comments on commit 5936c7f

Please sign in to comment.