Skip to content

Commit

Permalink
Set workflows to use pnpm version from packagemanager field
Browse files Browse the repository at this point in the history
  • Loading branch information
otahontas committed Aug 21, 2024
1 parent 408ffeb commit 0252b6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:

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

- name: Setup node
uses: actions/setup-node@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

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

- name: Setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit 0252b6c

Please sign in to comment.