Skip to content

Commit

Permalink
fix azure-pipelines.yml for NodeJS16
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Nov 1, 2024
1 parent 9f9cc14 commit 1f2fd5b
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 @@ -17,9 +17,13 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: '14.x'
versionSpec: '16.x'
displayName: 'Install Node.js'

- script: |
npx puppeteer browsers install chrome
displayName: "install puppeteer"
- bash: |
npm install
displayName: 'npm install'
Expand Down

0 comments on commit 1f2fd5b

Please sign in to comment.