mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
change bun install to be based on frozen-lockfile flag"
"
This commit is contained in:
@@ -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