chore: try this fix?

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-24 16:26:57 +01:00
parent 7c52c943cb
commit 07abd18f3d
+2 -5
View File
@@ -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