We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.tool-versions
actions/setup-node supports an option node-version-file: '.tool-versions'.
node-version-file: '.tool-versions'
Currently nrwl/nx-cloud-workflows/v4/workflow-steps/install-node/main.yaml supports nvm but it would be nice to have another option to support asdf .
nrwl/nx-cloud-workflows/v4/workflow-steps/install-node/main.yaml
# .tool-versions nodejs 20.17.0
- name: Checkout uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/checkout/main.yaml' - name: Setup Node.js script: | git clone https://github.com/asdf-vm/asdf.git $HOME/.asdf --branch v0.14.1 source $HOME/.asdf/asdf.sh asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git asdf install nodejs - name: Restore NPM Cache uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/cache/main.yaml' inputs: key: '.tool-versions' paths: ~/.npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
actions/setup-node supports an option
node-version-file: '.tool-versions'
.Currently
nrwl/nx-cloud-workflows/v4/workflow-steps/install-node/main.yaml
supports nvm but it would be nice to have another option to support asdf .The text was updated successfully, but these errors were encountered: