Skip to content

Commit

Permalink
ci: relax pnpm version constrained in publish pnpm action
Browse files Browse the repository at this point in the history
It should usecorepack, right
  • Loading branch information
josephjclark committed Dec 20, 2024
1 parent 93cdaaa commit c378996
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
with:
node-version: '22.12'
- uses: pnpm/action-setup@v4
with:
version: 8
- run: pnpm install
- run: pnpm build
- run: pnpm test
Expand Down

0 comments on commit c378996

Please sign in to comment.