Skip to content

Commit

Permalink
Enable corepack before running node setup action, workaround bug acti…
Browse files Browse the repository at this point in the history
  • Loading branch information
beezybarg committed Jul 14, 2024
1 parent 4860463 commit 654e45d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ inputs:
runs:
using: "composite"
steps:
- name: Enable Corepack
if: ${{ inputs.install-node == 'true' }}
run: corepack enable
- name: Use Node.js
if: ${{ inputs.install-node == 'true' }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 654e45d

Please sign in to comment.