From 45da773cc49de73de24e0e8a80938f8238d49b4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:36:10 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- .github/workflows/main.yml | 2 +- .nvmrc | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc8cc6a1..8cfeb52a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@v4 with: - node-version: '22.21.1' + node-version: '24.11.0' - uses: actions/setup-java@v4 with: distribution: 'temurin' diff --git a/.nvmrc b/.nvmrc index 5767036a..0a492611 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.21.1 +24.11.0 diff --git a/package-lock.json b/package-lock.json index aedbb41c..e3e3c7e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "typescript": "5.9.3" }, "engines": { - "node": "^18.12 || ^20 || ^22.0.0" + "node": "^18.12 || ^20 || ^22.0.0 || ^24.0.0" }, "peerDependencies": { "@serenity-js/core": "^3.35.2", diff --git a/package.json b/package.json index 0b580f0e..0c40fb0c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "url": "https://github.com/serenity-js/serenity-js-playwright-ct-react-template/issues" }, "engines": { - "node": "^18.12 || ^20 || ^22.0.0" + "node": "^18.12 || ^20 || ^22.0.0 || ^24.0.0" }, "dependencies": { },