Skip to content

Commit

Permalink
Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n committed Apr 5, 2024
1 parent 8b97319 commit d299263
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 575 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,13 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Setup Node
uses: actions/setup-node@v4
- name: Install Bun
uses: oven-sh/setup-bun@v1
with:
node-version: ${{ matrix.nodejs }}
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
bun-version: latest

- name: Install dependencies
run: pnpm install
run: bun install

- name: Run tests
run: pnpm test
run: bun run test
Binary file added bun.lockb
Binary file not shown.
Loading

0 comments on commit d299263

Please sign in to comment.