Migrate from ncc to esbuild

Allows updating @actions/core and @actions/tool-cache. Their old versions had dependencies with security issues.
This commit is contained in:
Vilius Sutkus '89
2026-03-25 00:48:38 +02:00
parent 144235e058
commit 651bceb6f9
4 changed files with 23266 additions and 30077 deletions

View File

@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2024",
"module": "commonjs",
"moduleResolution": "node",
"module": "es2022",
"moduleResolution": "bundler",
"lib": [
"ES2024"
],