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