Skip to content

Commit

Permalink
fix: use corepack for yarn workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Nov 19, 2024
1 parent c30e889 commit c72e973
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: yarn
- run: yarn install
- run: yarn install --immutable
- run: yarn build
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c72e973

Please sign in to comment.