fix(ci): restore installation on ci

This commit is contained in:
Alexey Kasyanchuk
2022-06-25 22:28:02 +03:00
parent b57073e026
commit 5c269af2cb
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm install
- run: npm install --force
- run: npm run postinstall
- run: npm run prebuild
- run: npm run buildweb