switch to ESM and update config/test wiring
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -22,13 +22,13 @@ import * as tc from '@actions/tool-cache';
|
||||
import * as semver from 'semver';
|
||||
import * as util from 'util';
|
||||
|
||||
import {Cache} from '../cache';
|
||||
import {Context} from '../context';
|
||||
import {Docker} from '../docker/docker';
|
||||
import {GitHub} from '../github';
|
||||
import {Cache} from '../cache.js';
|
||||
import {Context} from '../context.js';
|
||||
import {Docker} from '../docker/docker.js';
|
||||
import {GitHub} from '../github.js';
|
||||
|
||||
import {DownloadVersion} from '../types/compose/compose';
|
||||
import {GitHubRelease} from '../types/github';
|
||||
import {DownloadVersion} from '../types/compose/compose.js';
|
||||
import {GitHubRelease} from '../types/github.js';
|
||||
|
||||
export interface InstallOpts {
|
||||
standalone?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user