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 5a1f61f commit 3ee3d07Copy full SHA for 3ee3d07
.circleci/config.yml
@@ -11,6 +11,9 @@ commands:
11
keys:
12
- yarn-packages-{{ checksum "yarn.lock" }}
13
name: Restore Yarn Package Cache
14
+ - run:
15
+ name: Install Yarn 4.5.3
16
+ command: npm install -g [email protected]
17
- run:
18
command: yarn && git diff --exit-code yarn.lock
19
name: Install dependencies
package.json
@@ -4,7 +4,6 @@
4
"main": "index.js",
5
"license": "MIT",
6
"engines": {
7
- "node": "22.11.0",
8
"yarn": "4.5.3"
9
},
10
"scripts": {
0 commit comments