diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21d9f5bb4fb..e6a765775c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -310,8 +310,8 @@ jobs: - name: Editor Distro & ESM Bundle run: yarn gulp editor-esm-bundle - - name: Download Playwright - run: yarn playwright-install + - name: Install Playwright + run: npx playwright install - name: Editor ESM sources check working-directory: ./test/monaco