mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-10 06:01:11 +00:00
Add pnpm caching support
This commit is contained in:
parent
38d90ce44d
commit
162ddf7c40
11 changed files with 531 additions and 14 deletions
src
|
@ -1,5 +1,6 @@
|
|||
export enum LockType {
|
||||
Npm = 'npm',
|
||||
Pnpm = 'pnpm',
|
||||
Yarn = 'yarn'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue