Skip to content

Commit 62a582d

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

12 files changed

Lines changed: 6954 additions & 397 deletions

action.yml

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

7474
runs:
7575
using: 'node24'
76-
main: 'dist/index.js'
77-
post: 'dist/index.js'
76+
main: 'dist/index.cjs'
77+
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)