Skip to content

Commit

Permalink
fix: remove pnpm version from actions
Browse files Browse the repository at this point in the history
use "packageManager" field from the package.json file instead
  • Loading branch information
Gumball12 committed Jul 10, 2024
1 parent 36c30cd commit 1448f09
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
node-version: 20

- uses: pnpm/action-setup@v4
with:
version: 8

- uses: actions/cache@v4
id: pnpm-cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v4
with:
version: 8

- uses: actions/cache@v4
id: pnpm-cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
node-version: 20

- uses: pnpm/action-setup@v4
with:
version: 8

- uses: actions/cache@v4
id: pnpm-cache
Expand Down

0 comments on commit 1448f09

Please sign in to comment.