Skip to content

Commit 2abe852

Browse files
committed
ci: Remove PNPM usage
1 parent 2ff6c39 commit 2abe852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ runs:
44
using: composite
55
steps:
66
- uses: oven-sh/setup-bun@v1
7-
- run: pnpm install
7+
- run: bun install
88
shell: bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"typescript": "^5.3.3"
3131
},
3232
"simple-git-hooks": {
33-
"pre-commit": "pnpm lint-staged"
33+
"pre-commit": "bun lint-staged"
3434
},
3535
"lint-staged": {
3636
"*": "prettier --ignore-unknown --write"

0 commit comments

Comments
 (0)