We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f4566 commit d2aa105Copy full SHA for d2aa105
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: oven-sh/setup-bun@v2
40
with:
41
bun-version: ${{ matrix.bun-version }}
42
- - run: bun install --frozen-lockfile
+ - run: bun install
43
- run: bun run test:bun # runs tests with Bun
44
- uses: codecov/codecov-action@v5
45
0 commit comments