From eeeea441b84e3b32cb325d77c9cc58843cc0fcd2 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 27 Jan 2024 18:00:41 +0100 Subject: [PATCH] Fix Playwright CI tests (#242) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5ab6b9..71588a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: run: npm install - name: Install Playwright if: matrix.node == 16 - run: npx playwright install-deps + run: npx playwright install --with-deps - name: Test run: npm test - name: Test browsers