Skip to content

Commit

Permalink
ci: use pnpm version from package.json in setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Jul 27, 2024
1 parent 2915d79 commit 55ccc67
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
- uses: actions/checkout@v4

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

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
- uses: actions/checkout@v4

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

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
path: tmp

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

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 55ccc67

Please sign in to comment.