mirror of
https://github.com/pnpm/action-setup.git
synced 2026-06-14 14:09:07 +00:00
24a61aa18d
Node.js treats dist/index.js as ESM due to "type": "module", but the bundle uses CJS require() calls. Remove the field so Node.js defaults to CJS for .js files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>