switch to ESM and update config/test wiring

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-01-28 10:34:04 +01:00
parent f64486ace9
commit faa5b5bf22
50 changed files with 202 additions and 186 deletions

View File

@@ -16,8 +16,8 @@
import * as core from '@actions/core';
import {Docker} from '../docker/docker';
import {Exec} from '../exec';
import {Docker} from '../docker/docker.js';
import {Exec} from '../exec.js';
export interface ComposeOpts {
standalone?: boolean;