Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
capgemini-na-devops committed Nov 18, 2020
1 parent 00b61f9 commit bf9666b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
versionSpec: '8.x'
displayName: 'Install Node.js'

- script: |
npm install
npm run build
npm test
npm run build
displayName: 'npm install and build'

0 comments on commit bf9666b

Please sign in to comment.