@actions/cache: convert to an ESM module

This commit is contained in:
Daniel Kennedy
2026-01-29 13:32:49 -05:00
parent b48854e1ac
commit 336b25a4ef
18 changed files with 192 additions and 269 deletions
+2
View File
@@ -4,6 +4,8 @@
"baseUrl": "./",
"outDir": "./lib",
"rootDir": "./src",
"module": "node16",
"moduleResolution": "node16",
"lib": [
"es6",
"dom"