Skip to content

Commit a2ea55d

Browse files
committed
Added support for node version 22
1 parent 768de61 commit a2ea55d

File tree

4 files changed

+9497
-11419
lines changed

4 files changed

+9497
-11419
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
platform: [ubuntu-latest]
17-
node-version: [18.15.0]
17+
node-version: [22.11.0]
1818
runs-on: ${{ matrix.platform }}
1919
env:
2020
PUPPETEER_SKIP_DOWNLOAD: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
}
8484
},
8585
"engines": {
86-
"node": ">=18.15.0 <19.0.0 || ^20",
86+
"node": ">=18.15.0 <19.0.0 || ^20 || ^22.0.0",
8787
"pnpm": ">=9"
8888
},
8989
"resolutions": {

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"email": "henryheng@flowiseai.com"
5757
},
5858
"engines": {
59-
"node": ">=18.15.0 <19.0.0 || ^20"
59+
"node": ">=18.15.0 <19.0.0 || ^20 || ^22.0.0"
6060
},
6161
"license": "SEE LICENSE IN LICENSE.md",
6262
"dependencies": {

0 commit comments

Comments
 (0)