Files
riotpiao.com/.gitea/workflows
Story Crater Bot 9e70604087
CI / Test (pull_request) Failing after 27s
CI / Build & Push Image (pull_request) Skipped
fix: change npm ci to npm install (lockfile not in repo)
CI was failing with 'npm ci requires package-lock.json' error.
Use npm install instead since package-lock.json is not committed.
npm install will create the lockfile for future builds.
2026-09-06 23:48:22 -07:00
..