chore(workflow): use nvmrc file

This commit is contained in:
Mo
2022-07-05 10:34:30 -05:00
parent cf3bac0217
commit dd6f84ab77
4 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- name: Setup git config
run: |
git config --global user.name "standardci"