actions / setup-node

Set up your GitHub Actions workflow with a specific version of node.js
MIT License
3.95k stars 1.3k forks source link

rtx verion file support #787

Open pvinis opened 1 year ago

pvinis commented 1 year ago

Description: node-version-file should support rtx too. heres what .rtx.toml looks like

[tools]
yarn = "1.22.19"
nodejs = "18.16.0"

I saw the regex here doesn't work for this file.

Justification: We support a few files, let's support one more popular one.

Are you willing to submit a PR? Yes.

dmitry-shibanov commented 1 year ago

Hello @pvinis. Thank you for your feature request. We'll take a look at it.

vincentbriglia commented 1 year ago

't would be amazing if all the setup- actions could use RTX under the hood - but I also understand not wanting to be dependent on something that's not as popular as nvm, rbenv, etc ...

vincentbriglia commented 10 months ago

RTX has been renamed to MISE and you can see their action here: https://github.com/jdx/mise-action

FezVrasta commented 2 weeks ago

Is there any plan to support this?