Skip to content

Commit

Permalink
Run corepack enable before setup-node (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpellicero authored Mar 22, 2024
1 parent c97bf2f commit 20f0195
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.8.0'
cache: 'yarn'

# Enable Corepack
- name: Enable Corepack
run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: '20.8.0'
cache: 'yarn'

# Verify Corepack and Yarn versions
- name: Verify Corepack and Yarn versions
run: |
Expand Down

0 comments on commit 20f0195

Please sign in to comment.