| Name | Modified | Size | Downloads / 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
npmcli on windows (#199) (f45e793), closes #198