You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Node.js version support policy I'm drafting, we need a command that creates a legacy dist-tag, based on the most recently published version of all of our libraries.
We would run this command immediately before dropping support for an EOL version of Node.js.
The text was updated successfully, but these errors were encountered:
@JustinBeckwith the annoying thing is you need to pass the package version to npm dist-tag add, so I think it would be nice to have a script that parses the package.json, takes the most recently published version, and generates the npm dist-tag add command.
For the Node.js version support policy I'm drafting, we need a command that creates a legacy dist-tag, based on the most recently published version of all of our libraries.
We would run this command immediately before dropping support for an EOL version of Node.js.
The text was updated successfully, but these errors were encountered: