Remove Node.js tool installer task from web ci pipeline (#18434)

EMSDK already has a nodejs. We will use that one to be more
consistent(the CI build pipeline would be less dependent on the VM
image).
This commit is contained in:
Changming Sun 2023-11-14 13:16:01 -08:00 committed by GitHub
parent d22b1af5da
commit 27d068569a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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