Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Mar 12, 2024
1 parent 0f57ace commit bdd9102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bun-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- uses: actions/checkout@v4

- name: Use Bun ${{ matrix.bun-version }}
uses: actions/setup-bun@v1
uses: oven-sh/setup-bun@v1
with:
node-version: ${{ matrix.bun-version }}
cache: 'bun'

- name: Install
run: bun install
run: bun install --frozen-lockfile

- name: Run Tests
run: bun test

0 comments on commit bdd9102

Please sign in to comment.