mirror of
https://github.com/pnpm/action-setup.git
synced 2026-09-04 23:25:16 +08:00
fix: remove "type": "module" from package.json
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>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
ab0b84aeb1
commit
24a61aa18d
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user