Skip to content

Commit

Permalink
fix: use mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Feb 18, 2024
1 parent 7798e56 commit 48d83ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ outputs:
description: 'the generated release changelog'
runs:
using: 'node20'
main: 'dist/index.js'
main: 'dist/index.mjs'
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"test": "eslint src/** && tsc --noEmit ./src/index.ts",
"fix": "eslint --fix src/**",
"build": "bun build ./src/index.js --target=node --outfile=dist/index.js",
"build": "bun build ./src/index.js --target=node --outfile=dist/index.mjs",
"prepare": "husky"
},
"license": "MIT",
Expand Down

0 comments on commit 48d83ac

Please sign in to comment.