From 07abd18f3d642aed4cd1873b7d3389c3c32e38a6 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 24 Feb 2022 16:26:57 +0100 Subject: [PATCH] chore: try this fix? Signed-off-by: blam --- .github/workflows/verify_e2e-windows.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/verify_e2e-windows.yml b/.github/workflows/verify_e2e-windows.yml index dada573c7c..23d140c230 100644 --- a/.github/workflows/verify_e2e-windows.yml +++ b/.github/workflows/verify_e2e-windows.yml @@ -20,8 +20,8 @@ jobs: strategy: matrix: - os: [windows-latest] - node-version: ['14.18.3', '16.13.2'] + os: [windows-2019] + node-version: [14.x, 16.x] env: CI: true @@ -42,13 +42,10 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.2 - name: setup chrome uses: browser-actions/setup-chrome@latest - - name: yarn cache clean - run: yarn cache clean - name: yarn install run: yarn install --frozen-lockfile