@actions/tool-cache: convert to an ESM module

This commit is contained in:
Daniel Kennedy
2026-01-29 10:54:08 -05:00
parent 7a0147b5c6
commit 1f913ea3b2
10 changed files with 164 additions and 110 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./lib",
"rootDir": "./src"
"rootDir": "./src",
"module": "node16",
"moduleResolution": "node16"
},
"include": [
"./src"