We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb051e commit 67122adCopy full SHA for 67122ad
.circleci/config.yml
@@ -17,13 +17,7 @@ commands:
17
- yarn-packages-{{ checksum "yarn.lock" }}
18
- run:
19
name: Install Dependencies
20
- command: yarn install --frozen-lockfile
21
- - run:
22
- name: Enable NodeJS Corepack
23
- command: corepack enable
24
25
- name: Install Yarn with corepack
26
- command: yarn set version stable
+ command: yarn install --immutable
27
- save_cache:
28
name: Save Yarn Package Cache
29
key: yarn-packages-{{ checksum "yarn.lock" }}
0 commit comments