mirror of
https://github.com/actions/setup-python.git
synced 2025-12-20 07:17:11 +00:00
update target to ES2022
This commit is contained in:
parent
f171720e87
commit
356d3a7574
3 changed files with 19 additions and 12 deletions
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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue