File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7979 if : steps.yarn-node_modules.outputs.cache-hit != 'true'
8080 uses : bahmutov/npm-install@v1
8181 with :
82- install-command : yarn install --silent
82+ install-command : corepack yarn --silent
8383 env :
8484 YARN_ENABLE_IMMUTABLE_INSTALLS : false
8585
Original file line number Diff line number Diff line change @@ -3,5 +3,3 @@ compressionLevel: mixed
33nmHoistingLimits : workspaces
44
55nodeLinker : node-modules
6-
7- yarnPath : tools/.yarn/releases/yarn-4.0.1.cjs
Original file line number Diff line number Diff line change 3232 ]
3333 },
3434 "dependencies" : {
35- "@nativescript-community/plugin-seed-tools" : " file :tools"
35+ "@nativescript-community/plugin-seed-tools" : " portal :tools"
3636 },
3737 "ntl" : {
3838 "descriptions" : {
5151 "workspaces" : [
5252 " packages/*" ,
5353 " demo*"
54- ]
54+ ],
55+ "packageManager" :
" [email protected] " 5556}
You can’t perform that action at this time.
0 commit comments