Skip to content

Commit

Permalink
Uses the proper output name (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-carey authored Jan 24, 2022
1 parent e328b13 commit 79100d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/npm-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
name: 'Setup node'
uses: actions/setup-node@v2
with:
node-version: ${{ steps.version.outputs.node_version }}
node-version: ${{ steps.version.outputs.node-version }}
-
name: 'Cache npm dependencies'
uses: actions/cache@v2
Expand Down

0 comments on commit 79100d0

Please sign in to comment.