Skip to content

Commit

Permalink
⚙️ Delete pnpm version, use the version from packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Sep 9, 2024
1 parent bf6b073 commit d797e4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:

- name: Setup pnpm 9
uses: pnpm/action-setup@v4
with:
version: 9

- name: Install dependencies
run: pnpm install
Expand All @@ -49,8 +47,6 @@ jobs:

- name: Setup pnpm 9
uses: pnpm/action-setup@v4
with:
version: 9

- name: Install Dependencies
run: pnpm install
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:

- name: Setup pnpm 9
uses: pnpm/action-setup@v4
with:
version: 9

- name: Install dependencies
run: pnpm install
Expand All @@ -48,8 +46,6 @@ jobs:

- name: Setup pnpm 9
uses: pnpm/action-setup@v4
with:
node-version: 9

- name: Install Dependencies
run: pnpm install
Expand Down

0 comments on commit d797e4e

Please sign in to comment.