diff --git a/.github/workflows/playwright-tests.yml b/.github/workflows/playwright-tests.yml index ce4abf74..280ce793 100644 --- a/.github/workflows/playwright-tests.yml +++ b/.github/workflows/playwright-tests.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js and Enable Yarn 4 + - name: Use Node.js uses: actions/setup-node@v4 with: node-version: "20"