mirror of
https://github.com/actions/setup-node
synced 2025-05-06 15:13:54 +00:00
Fix npm compatibility
This commit is contained in:
parent
38d90ce44d
commit
dd49aa4984
@ -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…
Reference in New Issue
Block a user