mirror of
https://gitea.com/actions/setup-node.git
synced 2025-11-02 07:48:42 +00: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