Download Latest Version v4.1.1 source code.tar.gz (126.0 kB)
Email in envelope

Get an email when there's a new version of NPM Publish

Home / v4.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-09-14 2.1 kB
v4.0.0 source code.tar.gz 2025-09-14 127.0 kB
v4.0.0 source code.zip 2025-09-14 148.1 kB
Totals: 3 Items   277.2 kB 1

The v4 release updates the action runtime to Node 24, but there have been no usage changes to the action.

Immutable releases have been enabled for this repository. As a security practice, we recommend pinning to an exact release:

:::yaml
- uses: JS-DevTools/npm-publish@v4.0.0
  with:
    token: ${{ secrets.NPM_TOKEN }}

⚠ BREAKING CHANGES

  • The action now runs on Node 24 with npm 11
  • The library and CLI now require Node >= 20, Node 16 and 18 are no longer supported
  • The library is now ESM only

Features

Bug Fixes

  • deps: bump the production group across 1 directory with 5 updates (#238) (314ae61)
  • deps: update tar and semver dependencies (#194) (cd26c94)
  • update dry-run and publish conflict logic for npm>=10 (#232) (62716ea)
  • windows: allow spawning npm cli on windows (#199) (f45e793), closes #198

Code Refactoring

Source: README.md, updated 2025-09-14