mirror of
https://github.com/docker/setup-compose-action.git
synced 2026-04-06 14:19:25 +00:00
migrate action bundle from ncc to esbuild
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
112d3e30db
commit
9da40f4fa1
12 changed files with 272 additions and 383 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