mirror of
https://github.com/actions/setup-python.git
synced 2026-04-02 12:58:17 +01:00
update target to ES2022
This commit is contained in:
4
dist/cache-save/index.js
vendored
4
dist/cache-save/index.js
vendored
@@ -87743,10 +87743,12 @@ var State;
|
||||
State["CACHE_PATHS"] = "cache-paths";
|
||||
})(State || (exports.State = State = {}));
|
||||
class CacheDistributor {
|
||||
packageManager;
|
||||
cacheDependencyPath;
|
||||
CACHE_KEY_PREFIX = 'setup-python';
|
||||
constructor(packageManager, cacheDependencyPath) {
|
||||
this.packageManager = packageManager;
|
||||
this.cacheDependencyPath = cacheDependencyPath;
|
||||
this.CACHE_KEY_PREFIX = 'setup-python';
|
||||
}
|
||||
async handleLoadedCache() { }
|
||||
async restoreCache() {
|
||||
|
||||
Reference in New Issue
Block a user