mirror of
https://github.com/tiennm99/sepay-playground.git
synced 2026-05-31 10:13:49 +00:00
d539a1ea09
Node 20 runner internals are deprecated on 2026-06-02. v5 actions run on Node 24. Switch from pnpm/action-setup@v4 (Node 20 runtime) to corepack — same pattern as payos-playground. Adds packageManager: "pnpm@11.3.0" and engines.node: ">=24" to package.json so corepack resolves the right pnpm version. Also drops UPSTASH_REDIS_REST_* placeholders from the build env block — the recent refactor moved Redis init behind a lazy getRedis() singleton, so build no longer reads those vars.