Skip to content

Commit

Permalink
Enable Corepack in GitHub Actions
Browse files Browse the repository at this point in the history
Corepack must be enabled before setting up NodeJS in the GitHub
actions.
  • Loading branch information
mikelorant committed Mar 19, 2024
1 parent 9bce490 commit 7a8e4ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
lfs: true

- name: Enable Corepack
run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
Expand Down

0 comments on commit 7a8e4ad

Please sign in to comment.