npm-pkg-lint
Version updated for https://github.com/ext/npm-pkg-lint to version v4.6.1.
- This action is used across all versions by 35 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The NPM Package Linting GitHub Action is a tool designed to validate and enforce best practices for NPM package tarballs and package.json metadata. It automates the detection of common issues, such as unnecessary files in package tarballs, outdated Node.js versions, and problematic dependencies, ensuring packages are compact, efficient, and conform to stricter standards. The action simplifies package maintenance by providing automated linting and checks during CI pipelines.
Release notes
4.6.1 (2026-03-21)
Bug Fixes
- ignore
resolvedfor linked packages (typical monorepo setup) (eada3a4)