Update version-file-workflow.yml

This commit is contained in:
La'Kaleigh Harris 2021-10-04 09:39:19 -04:00 committed by GitHub
parent 1f26500ee6
commit 510ffc93e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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