We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b979e commit 2da6a75Copy full SHA for 2da6a75
.github/actions/src/init/action.yml
@@ -44,6 +44,10 @@ runs:
44
node-version-file: .node-version
45
cache: yarn
46
47
+ - name: Enable Corepack
48
+ run: corepack enable
49
+ shell: ${{ inputs.shell }}
50
+
51
- name: Install Dependencies (Focused)
52
if: inputs.package-name != '' && inputs.install-deps == 'true'
53
run: yarn workspaces focus ${{ inputs.package-name }}
0 commit comments