Skip to content

Commit 04ee1a1

Browse files
committed
fix: build
1 parent 3a995a8 commit 04ee1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
- image: circleci/node
66
steps:
77
- checkout
8-
- run: sudo npm install -g yarn [email protected]
8+
- run: sudo npm install -g [email protected]
99
- run: yarn install
1010
- run: yarn test
1111
- run: semantic-release

0 commit comments

Comments
 (0)