Skip to content

Commit 171521c

Browse files
authored
Update Node.js engine requirement to 24.0.0
1 parent 8365a0c commit 171521c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Netsky",
66
"license": "GPL-3.0-or-later",
77
"engines": {
8-
"node": ">=22.0.0"
8+
"node": ">=24.0.0"
99
},
1010
"scripts": {
1111
"pre-build": "npm i && rimraf dist && npx patchright install chromium",
@@ -61,4 +61,4 @@
6161
"ts-node": "^10.9.2",
6262
"zod": "^4.3.5"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)