Skip to content

Commit 55ad3ca

Browse files
committed
fix node engines version test
1 parent a3edc17 commit 55ad3ca

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
@@ -106,7 +106,7 @@
106106
"electron": "^32.2.7"
107107
},
108108
"engines": {
109-
"node": ">=20.18.1 <21 || 22 || >=23"
109+
"node": ">=20.18.1 <21 || >=22"
110110
},
111111
"_moduleAliases": {
112112
"node_helper": "js/node_helper.js",

0 commit comments

Comments
 (0)