fix(plugin/build): enable corepack for Yarn Berry installs
This commit is contained in:
@@ -53,6 +53,7 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
echo "::group::yarn"
|
||||
corepack enable
|
||||
cd webapp
|
||||
yarn install
|
||||
echo "::endgroup::"
|
||||
|
||||
Reference in New Issue
Block a user