Skip to content

Commit

Permalink
bun workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Jun 22, 2024
1 parent 64ad6ab commit 3dcbbf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ jobs:
TWITTER_COOKIE: ${{ secrets.TWITTER_COOKIE }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: oven-sh/setup-bun@v1
with:
version: 8
bun-version: latest
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "pnpm"

- run: pnpm install --frozen-lockfile
- run: pnpm run ci
- run: bun install --frozen-lockfile
- run: bun run ci

2 changes: 1 addition & 1 deletion src/classes/user.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RawUser } from "../types.js"
import type { RawUser } from "../types.js"

export default class User {
readonly id: string
Expand Down

0 comments on commit 3dcbbf5

Please sign in to comment.