mirror of
https://kkgithub.com/actions/setup-node.git
synced 2026-01-14 00:41:55 +08:00
Add pnpm caching support
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
export enum LockType {
|
||||
Npm = 'npm',
|
||||
Pnpm = 'pnpm',
|
||||
Yarn = 'yarn'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user