mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 19:18:43 +00:00
- name: Setup node from node version file
This commit is contained in:
parent
6f69e28606
commit
01342a8a3b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
@ -86,7 +86,7 @@ jobs:
|
|||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup node test
|
||||
- name: Setup node from node version file
|
||||
uses: ./
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
|
|
Loading…
Add table
Reference in a new issue