Skip to content

Commit 95f50d9

Browse files
committed
Updating CI
1 parent 164ab05 commit 95f50d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33

44
orbs:
5-
node: circleci/node@5.2.0
5+
node: circleci/node@7.0.0
66

77

88
executors:
@@ -40,7 +40,9 @@ commands:
4040
- cargo_fetch:
4141
working_directory: wasm
4242
- node/install-packages:
43-
pkg-manager: yarn
43+
check-cache: always
44+
pkg-manager: yarn-berry
45+
with-cache: false
4446

4547

4648
setup-sdk:

0 commit comments

Comments
 (0)