fix(ci): restore installation on ci
This commit is contained in:
parent
b57073e026
commit
5c269af2cb
@ -9,7 +9,7 @@ cache:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node 14 x64
|
- ps: Install-Product node 14 x64
|
||||||
- npm install
|
- npm install --force
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- npm test
|
- npm test
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
|||||||
# fallback to using the latest cache if no exact match is found
|
# fallback to using the latest cache if no exact match is found
|
||||||
- v2-dependencies-
|
- v2-dependencies-
|
||||||
|
|
||||||
- run: npm install
|
- run: npm install --force
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node_version }}
|
node-version: ${{ matrix.node_version }}
|
||||||
architecture: ${{ matrix.architecture }}
|
architecture: ${{ matrix.architecture }}
|
||||||
- run: npm install
|
- run: npm install --force
|
||||||
- run: npm run postinstall
|
- run: npm run postinstall
|
||||||
- run: npm run prebuild
|
- run: npm run prebuild
|
||||||
- run: npm run buildweb
|
- run: npm run buildweb
|
||||||
|
Loading…
Reference in New Issue
Block a user