Skip to content

Commit

Permalink
ci: use corepack version of pnpm in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 25, 2024
1 parent e5c16a0 commit b3b4a3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/feature-branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9
run_install: false

- name: Install dependencies
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
id: pnpm-install
with:
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down Expand Up @@ -60,7 +59,6 @@ jobs:
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
id: pnpm-install
with:
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
id: pnpm-install
with:
version: 9
run_install: false
if: ${{ steps.release.outputs.releases_created == 'true' }}

Expand Down

0 comments on commit b3b4a3d

Please sign in to comment.