test(ci): standardize yarn flags on windows

This commit is contained in:
plebeius
2025-11-21 16:36:25 +01:00
parent a41d29c605
commit f6cf6ec4eb
+2 -2
View File
@@ -143,13 +143,13 @@ jobs:
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile --network-timeout 100000 --network-concurrency 1
run: yarn install --frozen-lockfile --ignore-engines --network-timeout 100000 --network-concurrency 1
- name: Download IPFS
run: node electron/download-ipfs
- name: Build React App
run: yarn build
run: CI='' yarn build
- name: Build Electron App
run: yarn electron:build:windows