From 6c13d7ffa5bba295c31c04d24bbfb9525cae4ff9 Mon Sep 17 00:00:00 2001 From: igomur <114491909+igomur@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:47:47 +0300 Subject: [PATCH] Update action.yml replace npx to pnpm --- actions/playwright-install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/playwright-install/action.yml b/actions/playwright-install/action.yml index cf0898d..4054d7e 100644 --- a/actions/playwright-install/action.yml +++ b/actions/playwright-install/action.yml @@ -56,4 +56,4 @@ runs: - name: 📦 Install playwright browsers if: steps.playwright-cache.outputs.cache-matched-key != ${{ steps.playwright-cache-config.outputs.CACHE_KEY }} shell: bash - run: npx playwright install --with-deps ${{ inputs.browsers }} + run: pnpm playwright install ${{ inputs.browsers }}