Skip to content

Commit

Permalink
Remove corepack and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
dit7ya committed Sep 21, 2024
1 parent 309e225 commit 8640ae6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- run: pnpx pkg-pr-new publish
- run: npx pkg-pr-new publish

0 comments on commit 8640ae6

Please sign in to comment.