We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7687c9a commit 9477f75Copy full SHA for 9477f75
1 file changed
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
bun-version: ${{ matrix.bun-version }}
37
38
- name: Install dependencies
39
- run: bun install --frozen-lockfile
+ run: bun install
40
41
- name: Lint Source
42
run: bunx biome ci
0 commit comments