Skip to content

Commit

Permalink
docs: document asdf .tool-versions support for Node.js (#22604)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shuy authored Jun 6, 2023
1 parent d00e26d commit 48fbac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Renovate can manage the Node.js version in the following files:
- The [`volta`](https://docs.volta.sh/guide/understanding#managing-your-project) field in [`package.json`](https://docs.npmjs.com/files/package.json)
- The [`.nvmrc`](https://github.com/creationix/nvm#nvmrc) file for the [Node Version Manager](https://github.com/creationix/nvm)
- The [`.node-version`](https://github.com/nodenv/nodenv#choosing-the-node-version) file for the [nodenv](https://github.com/nodenv/nodenv) environment manager
- The [`.tool-versions`](https://asdf-vm.com/manage/configuration.html#tool-versions) file for the [asdf](https://github.com/asdf-vm/asdf) version manager
- The [`node_js`](https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Specifying-Node.js-versions) field in [`.travis.yml`](https://docs.travis-ci.com/user/customizing-the-build/)

## Configuring which version of npm Renovate uses
Expand Down

0 comments on commit 48fbac6

Please sign in to comment.