We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a38e7 commit 23906d3Copy full SHA for 23906d3
action.yml
@@ -1,9 +1,9 @@
1
-name: Set up node
+name: Set up node using nvm
2
description: Sets up a specific node.js version using nvm
3
author: dcodeIO
4
inputs:
5
node-version:
6
- description: The node.js version to use according to nvm
+ description: The node.js version to use according to nvm. Uses the version specified in .nvmrc if omitted.
7
default: ""
8
node-mirror:
9
description: The node.js mirror to use
0 commit comments