Skip to content

Commit 3ee3d07

Browse files
committed
test
1 parent 5a1f61f commit 3ee3d07

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ commands:
1111
keys:
1212
- yarn-packages-{{ checksum "yarn.lock" }}
1313
name: Restore Yarn Package Cache
14+
- run:
15+
name: Install Yarn 4.5.3
16+
command: npm install -g [email protected]
1417
- run:
1518
command: yarn && git diff --exit-code yarn.lock
1619
name: Install dependencies

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"main": "index.js",
55
"license": "MIT",
66
"engines": {
7-
"node": "22.11.0",
87
"yarn": "4.5.3"
98
},
109
"scripts": {

0 commit comments

Comments
 (0)