From fbab24ee46946d447df66a7fe538496596c4c6bc Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:12:58 +0000 Subject: [PATCH] fix action --- .github/workflows/test_browser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_browser.yaml b/.github/workflows/test_browser.yaml index 9ab42199..a4752a4a 100644 --- a/.github/workflows/test_browser.yaml +++ b/.github/workflows/test_browser.yaml @@ -13,7 +13,7 @@ jobs: with: node-version: lts/* - name: Install dependencies - run: npm run auto_downport && npm run auto_transpile + run: npm i && npm run auto_downport && npm run auto_transpile - name: Install Playwright Browsers run: npx playwright install --with-deps # - name: Run Playwright tests