Skip to content

Commit

Permalink
fixup! ci: support node-version-file config
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Feb 10, 2025
1 parent 49e0668 commit 8f95fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/restore-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ runs:
- uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
node-version-file: ${{ inputs.node-version-file }}
node-version-file: ${{ inputs.path }}/${{ inputs.node-version-file }}
cache: yarn
cache-dependency-path: |
${{ inputs.path }}/yarn.lock
Expand Down

0 comments on commit 8f95fcf

Please sign in to comment.