ci(fix): Install pnpm before Node.js setup in CI workflow
The actions/setup-node with cache: 'pnpm' requires pnpm to be
installed first. Reordered steps to install pnpm before Node.js.
Also updated pnpm/action-setup from v2 to v4.
Refs: PR #4 CI fixes