diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 371d38d4f..5acb613e2 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -4,15 +4,15 @@ on: workflow_call: inputs: browser-name: - description: 'Name used for cache keys and artifact names (e.g. chromium, other-browser)' + description: "Name used for cache keys and artifact names (e.g. chromium, other-browser)" required: true type: string projects: - description: 'Playwright --project flags (e.g. --project=chromium)' + description: "Playwright --project flags (e.g. --project=chromium)" required: true type: string timeout-minutes: - description: 'Job timeout in minutes' + description: "Job timeout in minutes" required: false type: number default: 30 @@ -24,7 +24,7 @@ jobs: install-dependencies: uses: ./.github/workflows/dependencies.yml with: - node_version: '22.x' + node_version: "22.x" with-front-dependencies-installation: true prepare-e2e: @@ -41,7 +41,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "24.x" + node-version: "22.x" - name: Restore the frontend cache uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 @@ -83,7 +83,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "24.x" + node-version: "22.x" - name: Restore the frontend cache uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 diff --git a/.github/workflows/impress-frontend.yml b/.github/workflows/impress-frontend.yml index d50db3d2b..247f1ce00 100644 --- a/.github/workflows/impress-frontend.yml +++ b/.github/workflows/impress-frontend.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "24.x" + node-version: "22.x" - name: Restore the frontend cache uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 @@ -55,7 +55,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "24.x" + node-version: "22.x" - name: Restore the frontend cache uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: @@ -114,7 +114,7 @@ jobs: if: steps.changes.outputs.lock == 'true' || steps.changes.outputs.app == 'true' uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "24.x" + node-version: "22.x" - name: Check bundle size changes if: steps.changes.outputs.lock == 'true' || steps.changes.outputs.app == 'true' @@ -144,7 +144,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "24.x" + node-version: "22.x" - name: Restore the frontend cache uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: