ci: npm i
This commit is contained in:
Родитель
261c5ef1bd
Коммит
9142035792
|
@ -16,7 +16,9 @@ jobs:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
- run: node tools\legal Cargo.lock
|
- run: npm install
|
||||||
|
working-directory: tools/legal
|
||||||
|
- run: node tools/legal Cargo.lock
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: inno-updater
|
name: inno-updater
|
||||||
|
|
Загрузка…
Ссылка в новой задаче