Skip to content

Commit

Permalink
Drop pnpm/action-setup in favor of corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Apr 30, 2024
1 parent e9834da commit b900632
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: pnpm/action-setup@v3
with:
version: 9
- name: Install pnpm
run: corepack enable && corepack install
- id: get-store-path
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@v4
Expand Down

0 comments on commit b900632

Please sign in to comment.