Skip to content

Commit

Permalink
Update devops-integration.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Oct 22, 2024
1 parent ea2fdff commit 34a519a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions devops-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:

- task: NodeTool@0
inputs:
versionSpec: "14.x"
versionSpec: "16.x"
displayName: "Install Node.js"

- task: CopyFiles@2
Expand All @@ -58,11 +58,16 @@ steps:
- task: Npm@1
displayName: 'NPM install'
inputs:
command: install
command: custom
customCommand: install --legacy-peer-deps
verbose: false
workingDir: $(Build.SourcesDirectory)/survey-analytics
condition: ne(variables.NPM_CACHE_RESTORED, 'true')

- script: |
npx puppeteer browsers install chrome
displayName: "install chrome"
- task: DownloadBuildArtifacts@0
inputs:
buildType: 'specific'
Expand Down

0 comments on commit 34a519a

Please sign in to comment.