Skip to content

Commit

Permalink
ci: remove corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 9, 2024
1 parent 983bde8 commit 432544e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- run: corepack enable

- name: Set node
uses: actions/setup-node@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
Expand Down

0 comments on commit 432544e

Please sign in to comment.