mirror of
https://github.com/actions/setup-node.git
synced 2025-11-11 14:56:55 +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
|
- name: Setup node from node version file
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '__tests__/data/.nvmrc'
|
||||||
- name: Verify node
|
- name: Verify node
|
||||||
run: __tests__/verify-node.sh 14
|
run: __tests__/verify-node.sh 14
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue