Skip to content

Commit

Permalink
Update node version to 10.16.3
Browse files Browse the repository at this point in the history
Missed other OS's
  • Loading branch information
frozenskys committed Sep 7, 2019
1 parent 1323522 commit 04bdb38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.11.2'
versionSpec: '10.16.3'
displayName: 'Install Node.js'

- script: npm install -g [email protected]
Expand All @@ -79,7 +79,7 @@ jobs:
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.11.2'
versionSpec: '10.16.3'
displayName: 'Install Node.js'

- script: npm install -g [email protected]
Expand Down

0 comments on commit 04bdb38

Please sign in to comment.