ci: enforce frozen bun installs

This commit is contained in:
acamq
2026-05-11 16:18:19 -06:00
parent 5394b29589
commit 6b93fbfd65
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ jobs:
# Build local oh-my-opencode
- name: Build oh-my-opencode
run: |
bun install
bun install --frozen-lockfile
bun run build
# Install OpenCode + configure local plugin + auth in single step