Skip to content

Commit 0b091ef

Browse files
Copilotshogo82148
andcommitted
Fix CI failures: cross-env for Windows tests, CJS bundle for action runtime
Co-authored-by: shogo82148 <1157344+shogo82148@users.noreply.github.com>
1 parent a763aa6 commit 0b091ef

File tree

7 files changed

+377
-314
lines changed

7 files changed

+377
-314
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ inputs:
7272

7373
runs:
7474
using: "node24"
75-
main: "dist/index.js"
75+
main: "dist/index.cjs"
7676
branding:
7777
icon: "check-circle"
7878
color: "blue"

0 commit comments

Comments
 (0)