fix: pin bun to 1.3.11 in Dockerfiles, fix husky CI crash, fix workspace:* npm compat

This commit is contained in:
2026-04-08 03:43:52 +00:00
parent 92318608dd
commit 7cbc0c9178
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM oven/bun:latest AS base
FROM oven/bun:1.3.11 AS base
WORKDIR /app