Skip to content

Commit

Permalink
Enable corepack on CI (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-french authored Mar 22, 2024
1 parent 69c5295 commit c97bf2f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ jobs:
node-version: '20.8.0'
cache: 'yarn'

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

# Verify Corepack and Yarn versions
- name: Verify Corepack and Yarn versions
run: |
corepack --version
yarn --version
- run: yarn install
- name: Create Release Pull Request or Publish
id: changesets
Expand Down

0 comments on commit c97bf2f

Please sign in to comment.