Migrate to ESM and upgrade dependencies (#1078)

* Migrate to ESM and upgrade dependencies

* fix: update import statement for JSON module in kona-installer test

---------

Co-authored-by: George Adams <georgeadams1995@gmail.com>
This commit is contained in:
Priya Gupta
2026-07-08 10:15:00 +01:00
committed by GitHub
co-authored by George Adams
parent 2a07c83aea
commit f7121373a9
96 changed files with 135849 additions and 124621 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ import * as os from 'os';
import * as path from 'path';
import * as core from '@actions/core';
import * as io from '@actions/io';
import * as constants from './constants';
import * as constants from './constants.js';
import {getBooleanInput} from './util';
import {getBooleanInput} from './util.js';
import {create as xmlCreate} from 'xmlbuilder2';
interface JdkInfo {