Skip to content

Commit

Permalink
chore: remove hard-coded version of pnpm in CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Feb 26, 2025
1 parent aff3b9c commit 7b5dc3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.2.0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.2.0
- run: pnpm install
- run: pnpm run format:check

0 comments on commit 7b5dc3d

Please sign in to comment.