mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 21:04:45 +00:00
Support npm-shrinkwrap.json out-of-the-box (#439)
This commit is contained in:
parent
78faa555e1
commit
b3ca1ac971
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ export interface PackageManagerInfo {
|
|||
|
||||
export const supportedPackageManagers: SupportedPackageManagers = {
|
||||
npm: {
|
||||
lockFilePatterns: ['package-lock.json', 'yarn.lock'],
|
||||
lockFilePatterns: ['package-lock.json', 'npm-shrinkwrap.json', 'yarn.lock'],
|
||||
getCacheFolderCommand: 'npm config get cache'
|
||||
},
|
||||
pnpm: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue