Skip to content

Commit de3f3aa

Browse files
committed
Update yarn version used on build machines
1 parent 92c776b commit de3f3aa

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

build/tfs/darwin/continuous-build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
versionSpec: "8.9.1"
55
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
66
inputs:
7-
versionSpec: "1.3.2"
7+
versionSpec: "1.9.4"
88
- script: |
99
yarn
1010
displayName: Install Dependencies

build/tfs/darwin/product-build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55

66
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
77
inputs:
8-
versionSpec: "1.3.2"
8+
versionSpec: "1.9.4"
99

1010
- script: |
1111
set -e

build/tfs/linux/continuous-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
versionSpec: "8.9.1"
1515
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
1616
inputs:
17-
versionSpec: "1.3.2"
17+
versionSpec: "1.9.4"
1818
- script: |
1919
yarn
2020
displayName: Install Dependencies

build/tfs/linux/product-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55

66
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
77
inputs:
8-
versionSpec: "1.3.2"
8+
versionSpec: "1.9.4"
99

1010
- script: |
1111
set -e

build/tfs/win32/continuous-build-win32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
versionSpec: "8.9.1"
55
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
66
inputs:
7-
versionSpec: "1.3.2"
7+
versionSpec: "1.9.4"
88
- powershell: |
99
yarn
1010
displayName: Install Dependencies

build/tfs/win32/product-build-win32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55

66
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@2
77
inputs:
8-
versionSpec: "1.3.2"
8+
versionSpec: "1.9.4"
99

1010
- powershell: |
1111
. build/tfs/win32/exec.ps1

0 commit comments

Comments
 (0)