Skip to content

Commit

Permalink
corepack workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Mar 6, 2025
1 parent a97ac75 commit dbab4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g [email protected] # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
- run: corepack enable
- run: pnpm install
- run: pnpm run build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g [email protected] # todo: delete if https://github.com/nodejs/corepack/issues/612 is resolved
- run: corepack enable
- run: pnpm install
- run: pnpm build
Expand Down

0 comments on commit dbab4c7

Please sign in to comment.