Skip to content

Commit

Permalink
build: set version of node instead of using latest (NG-ZORRO#7740)
Browse files Browse the repository at this point in the history
  • Loading branch information
simplejason authored and chenc041 committed Dec 14, 2022
1 parent 43b8f8b commit d1248cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,17 @@ stages:
steps:
- task: NodeTool@0
inputs:
versionSpec: '14.16.1'
versionSpec: '16.14.0'
displayName: 'Install Node.js'

- stage: build
jobs:
- job: build_site
steps:
- task: NodeTool@0
displayName: 'Install Node.js'
inputs:
versionSpec: '16.14.0' # The version we're installing
- task: Npm@1
inputs:
command: 'install'
Expand Down

0 comments on commit d1248cb

Please sign in to comment.