Skip to content

Commit 2579695

Browse files
committed
Fix step name
1 parent 74ba4ad commit 2579695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# # And <https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter>
2323
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT
2424
id: nvmrc
25-
- name: Use Node.js ${{ steps.nvmrc.outputs.NODE_VERSION }}
25+
- name: Use Node.js from .nvmrc
2626
uses: actions/setup-node@v2
2727
with:
2828
node-version: ${{ steps.nvmrc.outputs.NODE_VERSION }}

0 commit comments

Comments
 (0)