Skip to content

Commit 6997afe

Browse files
committed
fix: ✅ fixes test setup
1 parent 3e66208 commit 6997afe

File tree

62 files changed

+3068
-2005
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+3068
-2005
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ jobs:
99
unit-test:
1010
docker:
1111
- image: cimg/node:18.20
12+
resource_class: large
1213

1314
steps:
1415
- checkout
1516

16-
- restore_cache:
17-
keys:
18-
- yarn-cache-{{ checksum "yarn.lock" }}
17+
# - restore_cache:
18+
# keys:
19+
# - yarn-cache-{{ checksum "yarn.lock" }}
1920

2021
- run:
2122
name: Enable Corepack

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
nodeLinker: node-modules
2+
nmHoistingLimits: workspaces

0 commit comments

Comments
 (0)