File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ inputs:
1010 default : " latest"
1111runs :
1212 using : " node20"
13- main : " dist/index.js "
13+ main : " dist/index.cjs "
File renamed without changes.
Original file line number Diff line number Diff line change 22 "name" : " install-cli-action" ,
33 "version" : " 1.0.0" ,
44 "description" : " Install 1Password CLI into your GitHub Actions jobs" ,
5- "main" : " dist/index.js " ,
5+ "main" : " dist/index.cjs " ,
66 "type" : " module" ,
77 "types" : " dist-lib/index.d.ts" ,
88 "exports" : {
1212 }
1313 },
1414 "scripts" : {
15- "build" : " tsc -p tsconfig.build.json && ncc build ./src/index.ts -o dist" ,
15+ "build" : " tsc -p tsconfig.build.json && ncc build ./src/index.ts -o dist && mv dist/index.js dist/index.cjs " ,
1616 "format" : " prettier" ,
1717 "format:check" : " npm run format -- --check ./" ,
1818 "format:write" : " npm run format -- --write ./" ,
You can’t perform that action at this time.
0 commit comments