Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pnpm caching support #278

Merged
merged 12 commits into from
Jul 20, 2021
Prev Previous commit
Next Next commit
Remove unused imports
  • Loading branch information
jacobwgillespie committed Jul 15, 2021
commit b96348a4e97e0510304e475e5cec7a7a05518c5d
2 changes: 0 additions & 2 deletions src/cache-utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import * as core from '@actions/core';
import * as exec from '@actions/exec';
import os from 'os';
import path from 'path';

type SupportedPackageManagers = {
[prop: string]: PackageManagerInfo;
Expand Down