Skip to content

Commit a9248eb

Browse files
authored
chore(build): upgrade Yarn (carbon-design-system#2154)
And a change to ensure a specific version of Yarn runs.
1 parent 7cc26a3 commit a9248eb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ jobs:
99
- run:
1010
name: Install yarn
1111
command: |
12-
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3
13-
export PATH=$HOME/.yarn/bin:$PATH
12+
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.15.2
1413
- run:
1514
name: Install dependencies from offline mirror
16-
command: yarn install --offline
15+
command: PATH=$HOME/.yarn/bin:$PATH yarn install --offline
1716
- run:
1817
name: Run Continuous Integration checks
19-
command: yarn ci-check
18+
command: PATH=$HOME/.yarn/bin:$PATH yarn ci-check
2019
# - deploy:
2120
# name: deploy to IBM Cloud
2221
# command: |

0 commit comments

Comments
 (0)