Skip to content

Commit 2da6a75

Browse files
committed
Does enabling corepack after setting up node work?
1 parent 40b979e commit 2da6a75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/src/init/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ runs:
4444
node-version-file: .node-version
4545
cache: yarn
4646

47+
- name: Enable Corepack
48+
run: corepack enable
49+
shell: ${{ inputs.shell }}
50+
4751
- name: Install Dependencies (Focused)
4852
if: inputs.package-name != '' && inputs.install-deps == 'true'
4953
run: yarn workspaces focus ${{ inputs.package-name }}

0 commit comments

Comments
 (0)