mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-04-07 05:09:26 +00:00
switch to ESM and update config/test wiring
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
48428700fb
commit
6d927c4c13
9 changed files with 81 additions and 263 deletions
|
|
@ -3,8 +3,8 @@ import path from 'path';
|
|||
import * as core from '@actions/core';
|
||||
import {parse} from 'csv-parse/sync';
|
||||
|
||||
import {InstallSource} from '@docker/actions-toolkit/lib/docker/install';
|
||||
import {Util} from '@docker/actions-toolkit/lib/util';
|
||||
import {InstallSource} from '@docker/actions-toolkit/lib/docker/install.js';
|
||||
import {Util} from '@docker/actions-toolkit/lib/util.js';
|
||||
|
||||
export interface Inputs {
|
||||
source: InstallSource;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue