Uh oh!
There was an error while loading. Please reload this page.
Use default node version from actions/setup-node - #233
Conversation
|
| name: Changesets | ||
| description: A GitHub action to automate releases with Changesets | ||
| runs: | ||
| using: "node16" |
There was a problem hiding this comment.
what exact impact that would have on consumers of this action though? isn't it recommended to use an explicit version here?
Andarist
commented
Nov 17, 2022
What you have linked to is pointing to the version used to execute In their README we can find this:
|
Follow-up to #216
The actions/setup-node@v3 uses node16 by default.
The changesets/action can delegate selecting node version, and simplify configuration.
https://github.com/actions/setup-node/blob/6bc15ab23c9584a6fe2fdf1ae07fd5fb409d1dbc/action.yml#L36