From f70079a5ceaae90cf5aa806c8b6e9c0fb7a02830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20Rold=C3=A1n?= Date: Thu, 21 May 2026 11:11:07 +0200 Subject: [PATCH] Pin Playwright E2E CI to Node 24 --- .github/workflows/tests-pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-pr.yml b/.github/workflows/tests-pr.yml index f2fac95275a..0a2e21f1d72 100644 --- a/.github/workflows/tests-pr.yml +++ b/.github/workflows/tests-pr.yml @@ -17,6 +17,7 @@ env: GH_TOKEN: ${{ secrets.SHOPIFY_GH_READ_CONTENT_TOKEN }} GH_TOKEN_SHOP: ${{ secrets.SHOP_GH_READ_CONTENT_TOKEN }} DEFAULT_NODE_VERSION: '26.1.0' + PLAYWRIGHT_NODE_VERSION: '24.1.0' jobs: type-check: @@ -237,7 +238,7 @@ jobs: - name: Setup deps uses: ./.github/actions/setup-cli-deps with: - node-version: ${{ env.DEFAULT_NODE_VERSION }} + node-version: ${{ env.PLAYWRIGHT_NODE_VERSION }} - name: Build run: pnpm nx run-many --all --skip-nx-cache --target=build --output-style=stream - name: Install Playwright Chromium