mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
node-version-file: '../.nvmrc' changed to .nvmrc
This commit is contained in:
parent
10f97d59d0
commit
04a1a57903
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 test
|
||||
uses: ./
|
||||
with:
|
||||
node-version-file: '../.nvmrc'
|
||||
node-version-file: '.nvmrc'
|
||||
node-dist:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Reference in a new issue