Skip to content

Commit 2eddfe0

Browse files
committed
chore: use yarn latest
1 parent 6a1f7d4 commit 2eddfe0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .circleci/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
version: 2.1
22

33
commands:
4+
update-yarn:
5+
steps:
6+
- run:
7+
name: Update yarn
8+
command: yarn global add yarn@latest
49
install:
510
steps:
611
- run:

0 commit comments

Comments
 (0)