chore: upgrade yarn to 4.12.0 (#1530)

* use yarn 4.12.0

* upgrade tsx

* update 4.6.0 references to 4.12.0

* update lock file

* update lock file

* update lock
This commit is contained in:
Justin Hernandez
2025-12-25 12:12:38 -08:00
committed by GitHub
parent bc158ee730
commit 6172497abf
13 changed files with 1419 additions and 1468 deletions

View File

@@ -59,7 +59,7 @@ runs:
# Configure Yarn
corepack enable
yarn set version 4.6.0
yarn set version 4.12.0
echo "📦 Installing JavaScript dependencies with strict lock file..."
if ! yarn install --immutable --inline-builds; then