mirror of
https://github.com/docker/setup-compose-action.git
synced 2026-04-11 08:20:05 +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
e2b402d143
commit
279a65f3bf
8 changed files with 75 additions and 265 deletions
|
|
@ -3,9 +3,9 @@ import * as fs from 'fs';
|
|||
import * as os from 'os';
|
||||
import * as path from 'path';
|
||||
|
||||
import {Context} from '@docker/actions-toolkit/lib/context';
|
||||
import {Context} from '@docker/actions-toolkit/lib/context.js';
|
||||
|
||||
import * as context from '../src/context';
|
||||
import * as context from '../src/context.js';
|
||||
|
||||
const tmpDir = fs.mkdtempSync(path.join(process.env.TEMP || os.tmpdir(), 'context-'));
|
||||
const tmpName = path.join(tmpDir, '.tmpname-vi');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue