diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b7139d39ac..eb65ed7acaf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest] - node-version: [18.15.0] + node-version: [22.11.0] runs-on: ${{ matrix.platform }} env: PUPPETEER_SKIP_DOWNLOAD: true diff --git a/package.json b/package.json index d0891410db9..c581d0d6ff8 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ } }, "engines": { - "node": ">=18.15.0 <19.0.0 || ^20", + "node": ">=18.15.0 <19.0.0 || ^20 || ^22.0.0", "pnpm": ">=9" }, "resolutions": { diff --git a/packages/server/package.json b/packages/server/package.json index 693b9cd5498..5b8a0191e30 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -56,7 +56,7 @@ "email": "henryheng@flowiseai.com" }, "engines": { - "node": ">=18.15.0 <19.0.0 || ^20" + "node": ">=18.15.0 <19.0.0 || ^20 || ^22.0.0" }, "license": "SEE LICENSE IN LICENSE.md", "dependencies": {