Skip to content

Commit

Permalink
Update action description
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Sep 24, 2019
1 parent 77a38e7 commit 23906d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Set up node
name: Set up node using nvm
description: Sets up a specific node.js version using nvm
author: dcodeIO
inputs:
node-version:
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.
default: ""
node-mirror:
description: The node.js mirror to use
Expand Down

0 comments on commit 23906d3

Please sign in to comment.