We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ba4ad commit 2579695Copy full SHA for 2579695
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
# # And <https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter>
23
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT
24
id: nvmrc
25
- - name: Use Node.js ${{ steps.nvmrc.outputs.NODE_VERSION }}
+ - name: Use Node.js from .nvmrc
26
uses: actions/setup-node@v2
27
with:
28
node-version: ${{ steps.nvmrc.outputs.NODE_VERSION }}
0 commit comments