JS-DevTools / npm-publish

GitHub Action to publish to NPM
https://jstools.dev/npm-publish
MIT License
620 stars 74 forks source link

Not working on Windows with latest version of Node.js #198

Closed mcous closed 5 months ago

mcous commented 5 months ago

Our method of shelling out to npm in Windows has been broken by a security fix in Node.js. Currently, all windows CI is failing due to this break.

See https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2 for details and resolution.