Skip to content

Commit

Permalink
fix: Swap to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Feb 16, 2024
1 parent bb54e73 commit 60dee63
Show file tree
Hide file tree
Showing 3 changed files with 3,789 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.15

- run: bun install
- run: bun run lint
- run: pnpm install
- run: pnpm run lint
Binary file removed bun.lockb
Binary file not shown.
Loading

0 comments on commit 60dee63

Please sign in to comment.