We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647c053 commit 0a000e2Copy full SHA for 0a000e2
.circleci/config.yml
@@ -14,10 +14,14 @@ commands:
14
name: Restore Yarn Package Cache
15
- node/install:
16
node-version: '22.11.0'
17
- - node/install-yarn:
18
- version: '4.5.3'
19
- run:
20
- command: yarn && git diff --exit-code yarn.lock
+ name: Enable Corepack
+ command: corepack enable --install-directory="/home/circleci/bin"
+ - run:
21
+ name: Set Yarn Version
22
+ command: corepack prepare [email protected] --activate
23
24
+ command: yarn install && git diff --exit-code yarn.lock
25
name: Install dependencies
26
- save_cache:
27
key: yarn-packages-{{ checksum "yarn.lock" }}
0 commit comments