mirror of
https://github.com/actions/setup-node.git
synced 2025-04-24 04:20:49 +00:00
Fix npm compatibility
This commit is contained in:
parent
38d90ce44d
commit
dd49aa4984
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export interface PackageManagerInfo {
|
|||
|
||||
export const supportedPackageManagers: SupportedPackageManagers = {
|
||||
npm: {
|
||||
lockFilePatterns: ['package-lock.json', 'yarn.lock'],
|
||||
lockFilePatterns: ['package-lock.json', 'npm-shrinkwrap.json'],
|
||||
getCacheFolderCommand: 'npm config get cache'
|
||||
},
|
||||
yarn1: {
|
||||
|
|
Loading…
Add table
Reference in a new issue