diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 904601a4..cdb89f87 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20.x, 22.x] + node-version: [20.x, 22.x, 24.x] steps: - uses: actions/checkout@v4 - name: Setup Node.js ${{ matrix.node-version }} diff --git a/package-lock.json b/package-lock.json index 681896d8..0c9fa6cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "typescript-eslint": "^8.46.1" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 3e24aeba..941dd98d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "typescript-eslint": "^8.46.1" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" }, "repository": { "type": "git",