mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 19:18:43 +00:00
updated path to version file
This commit is contained in:
parent
243f7be265
commit
e3139593d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
|||
- name: Setup node from node version file
|
||||
uses: ./
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
node-version-file: '__tests__/data/.nvmrc'
|
||||
- name: Verify node
|
||||
run: __tests__/verify-node.sh 14
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue