Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Aug 6, 2021
1 parent 6c65b30 commit 6e6bb0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ branding:
color: 'blue'

inputs:
- path:
path:
required: false
description: 'Path of package.json'
default: "./"
- fallbackNode:
fallbackNode:
required: false
description: 'Fallback if engines npm version is not defined'
- fallbackNpm:
fallbackNpm:
required: false
description: 'Fallback if engines npm version is not defined'

outputs:
- nodeVersion:
nodeVersion:
description: "Node version from engines field in package.json"
- npmVersion:
npmVersion:
description: "Npm version from engines field in package.json"

runs:
Expand Down

0 comments on commit 6e6bb0f

Please sign in to comment.