Skip to content

Commit 2113b86

Browse files
committed
chore: rollback sample yarn version
1 parent 2dfdf29 commit 2113b86

File tree

4 files changed

+6143
-8917
lines changed

4 files changed

+6143
-8917
lines changed

.circleci/config.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,11 @@ jobs:
2626
keys:
2727
- dependencies-sample-{{ checksum "sample/package.json" }}
2828
- dependencies-sample-
29-
- run:
30-
name: core pack enable
31-
command: |
32-
corepack enable
3329
- run:
3430
name: Install dependencies
3531
command: |
32+
yarn install --cwd sample --frozen-lockfile
3633
yarn install --frozen-lockfile
37-
- run:
38-
name: Install sample dependencies
39-
command: |
40-
corepack prepare yarn@3.6.4 --activate
41-
yarn install --cwd sample --immutable
4234
- save_cache:
4335
key: dependencies-{{ checksum "package.json" }}
4436
paths: node_modules

sample/.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

sample/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@
5252
},
5353
"engines": {
5454
"node": ">=18"
55-
},
56-
"packageManager": "yarn@3.6.4"
55+
}
5756
}

0 commit comments

Comments
 (0)