Files
ai-coding-workflow-labs/.github
tiennm99 08be9ff43e ci: build gstack with npm instead of bun
gstack moved to npm on 2026-08-17 and ships package-lock.json with no
bun.lock, but the Pages workflow still installed bun and ran
"bun install --frozen-lockfile". Builds stayed green only because bun
falls back to consuming package-lock.json, so the mismatch never
surfaced. Its six sibling subprojects already use npm ci.

Verified locally: npm ci && npm run build produces the same 4 pages plus
the sitemap.
2026-08-19 13:33:22 +07:00
..