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,7 +1,7 @@
import * as c from '../constants.js'
import * as c from '../constants'
import * as core from '@actions/core'
import * as tc from '@actions/tool-cache'
import { exec } from '../utils.js'
import { exec } from '../utils'
import { join } from 'path'
const MUSL_NAME = 'x86_64-linux-musl-native'