Update package.json to allow all current LTS versions of nodejs

This commit is contained in:
Saq Imtiaz
2026-04-01 15:13:27 +02:00
committed by GitHub
parent a499ed0906
commit a24dc0e9e8
+1 -1
View File
@@ -32,7 +32,7 @@
},
"license": "BSD",
"engines": {
"node": ">=22.22.0"
"node": ">=22.0.0"
},
"scripts": {
"dev": "node ./tiddlywiki.js ./editions/tw5.com-server --listen",