Skip to content

Commit

Permalink
Use Node 13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Aug 2, 2020
1 parent 86ac8f9 commit 69c8c5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipeline/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ pool:
vmImage: 'ubuntu-latest'

steps:
- task: UseNode@1
inputs:
version: '13.x'

# Install
- task: Bash@3
inputs:
Expand Down

0 comments on commit 69c8c5c

Please sign in to comment.