From a065064b2eb68c127fb0dfd953500c47b2652d6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 14:12:53 +0000 Subject: [PATCH] chore(deps): update node.js --- .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 2832ca474..496fab057 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "22.17.1" + node-version: "22.18.0" cache: "pnpm" - name: Install dependencies diff --git a/package.json b/package.json index 202463765..20eee1f9c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "homepage": "https://github.com/sand4rt/playwright-ct-angular#readme", "engines": { - "node": ">=22.17.1", + "node": ">=22.18.0", "pnpm": ">=10.13.1" }, "scripts": { diff --git a/playwright-ct-angular/package.json b/playwright-ct-angular/package.json index 1b2163b43..f1f97ce84 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.17.1" + "node": ">=22.18.0" }, "author": { "name": "sand4rt"