diff --git a/actions/playwright-install/action.yml b/actions/playwright-install/action.yml index bc103ff..023bb41 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: pnpm exec playwright install --with-deps ${{ inputs.browsers }} + run: pnpx playwright install --with-deps ${{ inputs.browsers }}