diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a2e457b677..db34c24a74 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version-file: '.nvmrc' - name: Install dependencies run: yarn - name: Install Playwright Browsers