From 9a8e8520ad1db76a548a16b91f72be2448ca3103 Mon Sep 17 00:00:00 2001 From: Delirium Date: Thu, 19 Jan 2023 13:40:37 +0100 Subject: [PATCH] Update ui-tests.js.yml --- .github/workflows/ui-tests.js.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ui-tests.js.yml b/.github/workflows/ui-tests.js.yml index 12ffaaca0..0ef87ce1b 100644 --- a/.github/workflows/ui-tests.js.yml +++ b/.github/workflows/ui-tests.js.yml @@ -11,7 +11,6 @@ on: jobs: build: - runs-on: ubuntu-latest defaults: run: @@ -28,8 +27,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Setup yarn - run: npm install -g yarn - - run: yarn install --no-lockfile + run: npm i --legacy-peer-deps - name: unit tests run: npm test --if-resent - name: visual tests