Skip to content

Commit

Permalink
Use NodeJS version v14
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymeng authored Apr 10, 2023
1 parent 5c4937e commit ccb51a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devops/azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
pool:
vmImage: 'ubuntu-22.04'
steps:
- task: NodeTool@0
inputs:
versionSpec: '14.x'
- script: |
npm install
npm run build
Expand Down

0 comments on commit ccb51a8

Please # to comment.