Skip to content

Commit

Permalink
revert node changes to build-npm-package.yml and include-publish-npm-…
Browse files Browse the repository at this point in the history
…package-deployment.yml
  • Loading branch information
zhenmichael committed Mar 25, 2024
1 parent 3fb2642 commit 1d57eff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions tools/pipelines/templates/build-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,15 +194,9 @@ stages:
# Install
- task: UseNode@1
displayName: Use Node 18.17.1
displayName: Use Node 14.x
inputs:
version: 18.17.1
- task: Npm@1
displayName: Install npm 6
inputs:
command: 'custom'
customCommand: 'install --global npm@^6'
customRegistry: 'useNpmrc'
version: 14.x
- task: Npm@1
displayName: npm ci
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,9 @@ jobs:
- download: current
artifact: pack
- task: UseNode@1
displayName: Use Node 18.17.1
displayName: Use Node 14.x
inputs:
version: 18.17.1
- task: Npm@1
displayName: Install npm 6
inputs:
command: 'custom'
customCommand: 'install --global npm@^6'
customRegistry: 'useNpmrc'
version: 14.x
- template: include-publish-npm-package-steps.yml
parameters:
namespace: ${{ parameters.namespace }}
Expand Down

0 comments on commit 1d57eff

Please sign in to comment.