Closed
Description
We need to release a new version of this action! Planned changes:
- Fix: switch to Node v16 due to deprecation of Node v14 actions
- Fix: upgrade
@actions/core
due to deprecation of stdout-based output variables - Fix: do not mess with
~/.npmrc
- Feature: add ability to pass
package_spec
tonpm publish
- Feature: add ability to pass a
.tgz
tonpm publish
- Fix (BREAKING): Re-work call to npm to avoid changing the working directory
- Fix (BREAKING): pass
--ignore-scripts
to npm by default - Chore (BREAKING): Drop support for Node v14 and below in npm package due to imminent v14 EOL
There's a few other bug issues open, but nothing that looks like a breaking change. If we can land fixes, great, but getting the deprecations fixed is the priority given the June 1 deadline.
Release should happen on a Monday, Tuesday, or Wednesday to give any users of this action (and us!) time during the week to react to any issues.