We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f63a3 commit c078c3fCopy full SHA for c078c3f
.circleci/config.yml
@@ -64,7 +64,7 @@ var_10: &yarn_download
64
name: "Downloading and installing Yarn"
65
command: |
66
touch $BASH_ENV
67
- curl -o- -L https://yarnpkg.com/install.sh | PROFILE=$BASH_ENV bash -s -- --version "1.16.0"
+ curl -o- -L https://yarnpkg.com/install.sh | PROFILE=$BASH_ENV bash -s -- --version "1.17.3"
68
69
# Sets up the Bazel config which is specific for CircleCI builds.
70
var_11: &setup_bazel_ci_config
package.json
@@ -10,7 +10,7 @@
10
"license": "MIT",
11
"engines": {
12
"node": ">= 5.4.1",
13
- "yarn": ">= 1.13.0"
+ "yarn": ">= 1.17.3"
14
},
15
"scripts": {
16
"postinstall": "ngc -p angular-tsconfig.json",
0 commit comments