fix(plugin/build): enable corepack for Yarn Berry installs

This commit is contained in:
2026-08-05 11:29:19 +00:00
parent 5b2ec5402a
commit 3ffd0bc9c7
+1
View File
@@ -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::"