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

@@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- run: yarn install
- run: yarn build:desktop
- run: yarn run webpack --config desktop.webpack.prod.js
@@ -45,6 +46,7 @@ jobs:
- uses: actions/setup-node@v3
with:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
- uses: actions/download-artifact@v3
with:
name: assets