Switch build output to CommonJS (.cjs) format
Updated build script to output .cjs files instead of .js, and updated action.yml to reference the new .cjs files. Also clarified proxy environment variable handling in bootstrap.js for consistency.
This commit is contained in:
+2
-2
@@ -133,5 +133,5 @@ outputs:
|
||||
description: "GitHub App slug"
|
||||
runs:
|
||||
using: "node24"
|
||||
main: "dist/bootstrap.js"
|
||||
post: "dist/post.js"
|
||||
main: "dist/bootstrap.cjs"
|
||||
post: "dist/post.cjs"
|
||||
|
||||
Reference in New Issue
Block a user