mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-19 01:48:03 +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