diff --git a/.github/workflows/playwright-on-push.yml b/.github/workflows/playwright-on-push.yml index e9ed64ae..a8eaf1e3 100644 --- a/.github/workflows/playwright-on-push.yml +++ b/.github/workflows/playwright-on-push.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: lts/* + node-version: 24.15.0 - name: Install dependencies run: cd php/tests && npm ci diff --git a/.github/workflows/playwright-on-workflow-dispatch.yml b/.github/workflows/playwright-on-workflow-dispatch.yml index 8a2876ee..03c1fd0f 100644 --- a/.github/workflows/playwright-on-workflow-dispatch.yml +++ b/.github/workflows/playwright-on-workflow-dispatch.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: lts/* + node-version: 24.15.0 - name: Install dependencies run: cd php/tests && npm ci