From 3fdbefa2d48543641e0dbd81c882a381c979b2c0 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 17 Nov 2023 14:25:56 -0500 Subject: [PATCH] fix --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 28a85371..c74c0473 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,6 +25,6 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npx playwright install --with-deps chromium + - run: npx playwright install --with-deps - run: npm ci - run: npm run verify