1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-06-28 08:03:11 +00:00

set node version to >= LTS 22.10.0 so --watch-path option is stable

This commit is contained in:
pmario 2024-10-29 11:58:34 +01:00
parent 1dfd563971
commit 88c25d1932

View File

@ -30,7 +30,7 @@
"bundleDependencies": [], "bundleDependencies": [],
"license": "BSD", "license": "BSD",
"engines": { "engines": {
"node": ">=20.17.0" "node": ">=22.10.0"
}, },
"scripts": { "scripts": {
"start": "node ./tiddlywiki.js ./editions/tw5.com-server --listen", "start": "node ./tiddlywiki.js ./editions/tw5.com-server --listen",