mirror of
https://github.com/pnpm/action-setup
synced 2026-03-19 04:09:56 +08:00
The @actions/* packages use CJS require() for Node.js builtins, which fails with "Dynamic require of 'os' is not supported" when bundled as ESM. Switch esbuild output to CJS format. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>