mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Setup node test
|
- name: Setup node test
|
||||||
uses: actions/setup-node@v2
|
uses: ./
|
||||||
with:
|
with:
|
||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
Loading…
Add table
Reference in a new issue