Синхронизировать версию Bun builder с lockfile и закрепить policy frozen-lockfile

This commit is contained in:
2026-05-05 23:29:46 +05:00
parent 50f6c70722
commit 173d899683
3 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
GO_REQUIRED="${GO_REQUIRED:-1.21.13}"
BUN_REQUIRED="${BUN_REQUIRED:-1.1.45}"
BUN_REQUIRED="${BUN_REQUIRED:-1.3.13}"
NODE_REQUIRED="${NODE_REQUIRED:-20.19.0}"
PNPM_REQUIRED="${PNPM_REQUIRED:-9.15.9}"
TOOLCHAIN_DIR="${TOOLCHAIN_DIR:-$ROOT_DIR/.toolchain}"