mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 19:18:43 +00:00
Update version-file-workflow.yml
This commit is contained in:
parent
1f26500ee6
commit
510ffc93e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/version-file-workflow.yml
vendored
2
.github/workflows/version-file-workflow.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup node test
|
||||
uses: actions/setup-node@v2
|
||||
uses: ./
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
- run: npm ci
|
||||
|
|
Loading…
Add table
Reference in a new issue