Skip to content

Commit 2bf0f33

Browse files
committed
improve node and yarn versions
1 parent ec83983 commit 2bf0f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ trigger:
77
steps:
88
- task: NodeTool@0
99
inputs:
10-
versionSpec: "10.15.1"
10+
versionSpec: "8.x"
1111

1212
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
1313
inputs:
14-
versionSpec: "1.10.1"
14+
versionSpec: "1.x"
1515

1616
- script: yarn
1717
displayName: Install Dependencies

0 commit comments

Comments
 (0)