Skip to content

Commit b26d290

Browse files
fix: loosen node version restriction
Most of logseq is still on 20.X b/c of older electron. Can bump this to 22 when electron bumps
1 parent 3878aff commit b26d290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"nbb-logseq": "cli.js"
88
},
99
"engines": {
10-
"node": ">=22.17.0"
10+
"node": ">=20.10.0"
1111
},
1212
"description": "Nbb with additional libraries like datascript included",
1313
"dependencies": {

0 commit comments

Comments
 (0)