Skip to content

Commit d70693f

Browse files
committed
replace ncc with esbuild for action bundling
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent e0fea16 commit d70693f

11 files changed

Lines changed: 7184 additions & 505 deletions

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ outputs:
122122

123123
runs:
124124
using: 'node24'
125-
main: 'dist/index.js'
126-
post: 'dist/index.js'
125+
main: 'dist/index.cjs'
126+
post: 'dist/index.cjs'

dist/606.index.js

Lines changed: 0 additions & 301 deletions
This file was deleted.

dist/606.index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)