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 }}