Skip to content

Commit

Permalink
improve node and yarn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jun 20, 2019
1 parent ec83983 commit 2bf0f33
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 @@ -7,11 +7,11 @@ trigger:
steps:
- task: NodeTool@0
inputs:
versionSpec: "10.15.1"
versionSpec: "8.x"

- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
inputs:
versionSpec: "1.10.1"
versionSpec: "1.x"

- script: yarn
displayName: Install Dependencies
Expand Down

0 comments on commit 2bf0f33

Please sign in to comment.