dcodeIO / setup-node-nvm

Set up your GitHub Actions workflow with a specific version of node.js using nvm.
21 stars 13 forks source link

Aliases are now supported in `actions/setup-node` #12

Open wooorm opened 2 years ago

wooorm commented 2 years ago

Looks like actions/setup-node supports names now: https://github.com/actions/setup-node/pull/277. See also https://github.com/actions/setup-node/issues/26#issuecomment-1148828915, which is linked in this project’s readme, and is now closed

ljharb commented 2 years ago

It still doesn’t support the full set of names that nvm does.