diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 283716a96..e7695ab3d 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -76,7 +76,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-2025] - node-version: [20, 22, 24] + node-version: [22, 24] runs-on: ${{ matrix.os }} diff --git a/package.json b/package.json index c4d8187ba..a2f2e460c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "homepage": "https://github.com/apify/apify-cli#readme", "engines": { - "node": ">=20" + "node": ">=22" }, "dependencies": { "@apify/actor-memory-expression": "^0.2.0", @@ -151,7 +151,7 @@ "runtime": [ { "name": "node", - "version": "^20.19.0 || >=22.12.0", + "version": ">=22.12.0", "onFail": "error" }, {