From e6346a68a014affdd5da532f1aab6d7fb4d6e079 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 02:12:15 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/main.yml | 2 +- package.json | 2 +- playwright-ct-angular/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 20173bfbe9..4c2fee00b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v6 with: - node-version: "22.21.0" + node-version: "24.11.1" cache: "pnpm" - name: Install dependencies diff --git a/package.json b/package.json index 3792dbee94..8a597eb475 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "homepage": "https://github.com/sand4rt/playwright-ct-angular#readme", "engines": { - "node": ">=22.21.0", + "node": ">=24.11.1", "pnpm": ">=10.18.3" }, "scripts": { diff --git a/playwright-ct-angular/package.json b/playwright-ct-angular/package.json index 138dfe52c3..8a110f9e19 100644 --- a/playwright-ct-angular/package.json +++ b/playwright-ct-angular/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/sand4rt/playwright-ct-angular/issues" }, "engines": { - "node": ">=22.21.0" + "node": ">=24.11.1" }, "author": { "name": "sand4rt"