mirror of
https://github.com/docker/setup-compose-action.git
synced 2026-05-15 23:45:52 +00:00
replace ncc with esbuild for action bundling
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
f8bc16f148
commit
c35dfeae73
12 changed files with 6925 additions and 393 deletions
|
|
@ -17,5 +17,5 @@ inputs:
|
|||
|
||||
runs:
|
||||
using: 'node24'
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
main: 'dist/index.cjs'
|
||||
post: 'dist/index.cjs'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue