Skip to content

Commit 23906d3

Browse files
committed
Update action description
1 parent 77a38e7 commit 23906d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Set up node
1+
name: Set up node using nvm
22
description: Sets up a specific node.js version using nvm
33
author: dcodeIO
44
inputs:
55
node-version:
6-
description: The node.js version to use according to nvm
6+
description: The node.js version to use according to nvm. Uses the version specified in .nvmrc if omitted.
77
default: ""
88
node-mirror:
99
description: The node.js mirror to use

0 commit comments

Comments
 (0)