Convert back to CJS and use ncc.

This commit is contained in:
Fabio Niephaus
2025-02-12 20:42:16 +01:00
committed by Fabio Niephaus
parent f07b5bfaef
commit 0f761465f7
25 changed files with 134415 additions and 123756 deletions

View File

@@ -1,6 +1,6 @@
import * as core from '@actions/core'
import { GRAALVM_PLATFORM } from './constants.js'
import { exec } from './utils.js'
import { GRAALVM_PLATFORM } from './constants'
import { exec } from './utils'
const APT_GET_INSTALL_BASE = 'sudo apt-get -y --no-upgrade install'
const COMPONENT_TO_DEPS = new Map<string, Map<string, string>>([