chore: migrate CI workflows and git hooks to pnpm

- ci.yml: add pnpm/action-setup, cache pnpm, use pnpm exec
- bump-version.yml: add pnpm/action-setup, pnpm version, drop
  package-lock.json from git add
- husky pre-commit: npm run -> pnpm run
This commit is contained in:
meeech
2026-04-14 00:27:45 -04:00
committed by gavrielc
parent 113caa97e4
commit d1ddfa0657
3 changed files with 11 additions and 8 deletions

View File

@@ -1 +1 @@
npm run format:fix
pnpm run format:fix