Skip to content

Commit 9da40f4

Browse files
committed
migrate action bundle from ncc to esbuild
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 112d3e3 commit 9da40f4

File tree

12 files changed

+272
-383
lines changed

12 files changed

+272
-383
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ inputs:
1717

1818
runs:
1919
using: 'node24'
20-
main: 'dist/index.js'
21-
post: 'dist/index.js'
20+
main: 'dist/index.cjs'
21+
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)