🔧(ci) keep node version 22

the node version was updated to version 24, we want to keep version 22.
This commit is contained in:
Manuel Raynaud
2026-05-13 08:57:51 +02:00
parent 5880493f01
commit 59499a83f9
2 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -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
+4 -4
View File
@@ -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: