Skip to content

Commit c604464

Browse files
committed
remove Node 19 support
1 parent 5963a77 commit c604464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"madge:circular": "node_modules/.bin/madge ./src --circular"
141141
},
142142
"engines": {
143-
"node": ">=18.20.4 <19.0.0 || >=19.0.0 <20.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0"
143+
"node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0"
144144
},
145145
"bin": {
146146
"parse-server": "bin/parse-server"

0 commit comments

Comments
 (0)