mirror of
https://github.com/tiennm99/bsk.git
synced 2026-08-05 04:21:27 +00:00
Clears the "Node.js 20 is deprecated / being forced to run on Node.js 24" warning by moving off the v4 actions: - actions/checkout v4 -> v7 - actions/setup-node v4 -> v7 - pnpm/action-setup v4 -> v6 Kept pnpm/action-setup ahead of setup-node (its `cache: pnpm` needs pnpm on PATH first) and noted why; pnpm version still comes from the packageManager field in package.json.