switch to ESM and update config/test wiring

This commit is contained in:
CrazyMax
2026-03-02 22:22:15 +01:00
parent 431a9f4c97
commit 9839d94df1
10 changed files with 163 additions and 288 deletions

View File

@@ -1,5 +1,5 @@
import * as glob from 'glob';
import {lstatSync} from 'fs';
import * as glob from 'glob';
import * as core from '@actions/core';
export interface Inputs {

View File

@@ -1,10 +1,11 @@
import * as os from 'os';
import * as path from 'path';
import * as context from './context';
import * as installer from './installer';
import * as core from '@actions/core';
import * as exec from '@actions/exec';
import * as context from './context.js';
import * as installer from './installer.js';
async function run(): Promise<void> {
try {
if (os.platform() == 'darwin') {