We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 921c755 + faa0941 commit 7ac89e3Copy full SHA for 7ac89e3
3 files changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: latest
27
28
- name: Install dependencies
29
- run: bun install
+ run: bun install --frozen-lockfile
30
31
- name: Run tests with coverage
32
env:
0 commit comments