Skip to content

Commit c078c3f

Browse files
committed
build: bump yarn requirement to 1.17.3
1 parent d3f63a3 commit c078c3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var_10: &yarn_download
6464
name: "Downloading and installing Yarn"
6565
command: |
6666
touch $BASH_ENV
67-
curl -o- -L https://yarnpkg.com/install.sh | PROFILE=$BASH_ENV bash -s -- --version "1.16.0"
67+
curl -o- -L https://yarnpkg.com/install.sh | PROFILE=$BASH_ENV bash -s -- --version "1.17.3"
6868
6969
# Sets up the Bazel config which is specific for CircleCI builds.
7070
var_11: &setup_bazel_ci_config

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"engines": {
1212
"node": ">= 5.4.1",
13-
"yarn": ">= 1.13.0"
13+
"yarn": ">= 1.17.3"
1414
},
1515
"scripts": {
1616
"postinstall": "ngc -p angular-tsconfig.json",

0 commit comments

Comments
 (0)