diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index a5fe585..5779fc9 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -33,12 +33,7 @@ jobs: corepack prepare yarn@3.5.1 --activate | corepack yarn config set enableImmutableInstalls false - - name: Extract cached dependencies - uses: actions/setup-node@v3 - with: - cache: yarn - - - name: Update dependencies + - name: Install dependencies run: corepack yarn install - name: Building Packages @@ -61,7 +56,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-2019] steps: - name: Checkout git repo @@ -85,12 +80,7 @@ jobs: corepack prepare yarn@3.5.1 --activate | corepack yarn config set enableImmutableInstalls false - - name: Extract cached dependencies - uses: actions/setup-node@v3 - with: - cache: yarn - - - name: Update dependencies + - name: Install dependencies run: corepack yarn install - name: Building Packages @@ -100,5 +90,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_OPTIONS: --max-old-space-size=8192 - DEBUG: electron-forge:* + DEBUG: '*' run: corepack yarn electron-forge publish