mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
change bun install to be based on frozen-lockfile flag"
"
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
node-version: latest
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
run: bun install --frozen-lockfile
|
||||
|
||||
- name: Run tests with coverage
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user