setup-node icon indicating copy to clipboard operation
setup-node copied to clipboard

rtx verion file support

Open pvinis opened this issue 1 year ago • 3 comments

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.

pvinis avatar Jun 20 '23 13:06 pvinis