feat: support cache type bun

Signed-off-by: Jan van den Berg <koozz@linux.com>
This commit is contained in:
Jan van den Berg 2024-05-07 09:55:22 +02:00
parent c2ac33f2c6
commit 79cae9176d
No known key found for this signature in database
7 changed files with 842 additions and 810 deletions

View file

@ -60,6 +60,7 @@ describe('cache-utils', () => {
['npm', utils.supportedPackageManagers.npm],
['pnpm', utils.supportedPackageManagers.pnpm],
['yarn', utils.supportedPackageManagers.yarn],
['bun', utils.supportedPackageManagers.bun],
['yarn1', null],
['yarn2', null],
['npm7', null]