Skip to content

Commit 7ea8f25

Browse files
committed
document minimum supported nodejs version
1 parent 617cd6a commit 7ea8f25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
"prepare-publishing": "./scripts/prepare-publishing.sh",
5050
"build": "rm -rf ./build && tsc && npm run prepare-publishing"
5151
},
52+
"engines": {
53+
"node": ">=20.19"
54+
},
5255
"dependencies": {},
5356
"devDependencies": {
5457
"@hyperweb/telescope": "^1.17.4",

0 commit comments

Comments
 (0)