We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0164a22 commit 759e9a1Copy full SHA for 759e9a1
.github/actions/npm-cache/action.yml
@@ -21,6 +21,7 @@ runs:
21
# https://github.com/actions/setup-node
22
uses: actions/setup-node@v4
23
with:
24
+ # If node-version and node-version-file are both provided the action will use version from node-version.
25
node-version: ${{ inputs.nodeVersion }}
26
node-version-file: ".nvmrc"
27
0 commit comments