-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add CI check for package-lock #7326
Copy link
Copy link
Closed
Labels
state:releasedReleased as stable versionReleased as stable versionstate:released-betaReleased as beta versionReleased as beta versiontype:metaNon-code issueNon-code issue
Metadata
Metadata
Assignees
Labels
state:releasedReleased as stable versionReleased as stable versionstate:released-betaReleased as beta versionReleased as beta versiontype:metaNon-code issueNon-code issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
New Issue Checklist
Issue Description
Current, the repo takes the user generated package-lock as is. If package-lock is created by user in local environment with npm 7, there may be issue with older npm versions.
See:
Suggestion
Add CI check that validates package-lock version.