Use default node version from actions/setup-node#233
Use default node version from actions/setup-node#233trivikr wants to merge 1 commit intochangesets:mainfrom trivikr:use-default-node
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?
|
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