Revert "Cache package release for compression change in windows" (#1289)

* Revert "Cache package release for compression change in windows (#1281)"

This reverts commit b228732644.

* Update release version to patch
This commit is contained in:
Sampark Sharma
2022-12-27 16:00:28 +05:30
committed by GitHub
parent b228732644
commit 86fe4abd8e
12 changed files with 149 additions and 686 deletions
-5
View File
@@ -37,8 +37,3 @@ export interface InternalCacheOptions {
compressionMethod?: CompressionMethod
cacheSize?: number
}
export interface ArchiveTool {
path: string
type: string
}