npm-pkg-lint
Version updated for https://github.com/ext/npm-pkg-lint to version v4.6.3.
- 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
This GitHub Action, npm-pkg-lint, is an opinionated linter 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 improper dependency structures, ensuring that packages adhere to strict standards for better tooling and efficiency. The action offers features like customizable dependency allowances, tarball and metadata validation, and automatic npm pack execution to streamline the publishing process for NPM packages.
What’s Changed
4.6.3 (2026-04-02)
Bug Fixes
- deps: update dependency nano-spawn to v2.1.0 (786bfaf)