Files
tiennm99 d539a1ea09 ci: bump to actions/checkout@v5 + setup-node@v5, use corepack
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.
2026-05-25 16:49:55 +07:00
..