File tree Expand file tree Collapse file tree 4 files changed +6143
-8917
lines changed
Expand file tree Collapse file tree 4 files changed +6143
-8917
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5252 },
5353 "engines" : {
5454 "node" : " >=18"
55- },
56- "packageManager" : " yarn@3.6.4"
55+ }
5756}
You can’t perform that action at this time.
0 commit comments