You've already forked setup-node
mirror of
https://github.com/actions/setup-node.git
synced 2025-08-27 16:04:01 +07: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