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