fix(ci): install yarn via npm before frontend build (catthehacker image lacks yarn)
All checks were successful
Docker Cloud Build / Build & Publish Image (push) Successful in 11m55s

This commit is contained in:
xtcnet 2026-03-18 22:20:20 +07:00
parent 91fe419821
commit 9929d77326

View file

@ -57,6 +57,7 @@ jobs:
echo "RAM: ${total_ram_mb}MB — setting Node.js max to ${node_mem}MB"
export NODE_OPTIONS="--max-old-space-size=${node_mem}"
cd frontend
npm install -g yarn
yarn install --frozen-lockfile
yarn locale-compile
yarn build