-
Notifications
You must be signed in to change notification settings - Fork 147
Description
It doesn't seem like actions/setup-node#26 will get resolved any time soon. There are other features requested (incl. PRs open) that don't seem to be getting the attention they deserve.
Should Node.js have an official action of its own?
This way we could implement the keywords support, and possibly we could recommend a different default matrix to the users.
The default matrix does have a tradeoff - right now,
a maintainer has to add new versions each time, if we recommended, say [ lts-1, lts, latest ] as the default, then the tested versions would drop off without notice, but I figure that testing in latest versions is more valuable than testing in unsupported versions, even if breaking that support means the need to bump semver major.
Related: #416