Skip to content

Commit 67122ad

Browse files
committed
build(ci): more
1 parent 7fb051e commit 67122ad

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.circleci/config.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@ commands:
1717
- yarn-packages-{{ checksum "yarn.lock" }}
1818
- run:
1919
name: Install Dependencies
20-
command: yarn install --frozen-lockfile
21-
- run:
22-
name: Enable NodeJS Corepack
23-
command: corepack enable
24-
- run:
25-
name: Install Yarn with corepack
26-
command: yarn set version stable
20+
command: yarn install --immutable
2721
- save_cache:
2822
name: Save Yarn Package Cache
2923
key: yarn-packages-{{ checksum "yarn.lock" }}

0 commit comments

Comments
 (0)