mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
drop support for node 18
This commit is contained in:
@@ -64,6 +64,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
#### :rocket: Presets
|
||||
* Suggest housenumber/housename values from surrounding areas ([#10946])
|
||||
#### :hammer: Development
|
||||
* Drop support for Node 18
|
||||
|
||||
[#9873]: https://github.com/openstreetmap/iD/issues/9873
|
||||
[#10104]: https://github.com/openstreetmap/iD/issues/10104
|
||||
|
||||
+1
-1
@@ -129,7 +129,7 @@
|
||||
"vparse": "~1.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=20"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 0.3%, last 6 major versions, not dead, Firefox ESR, maintained node versions"
|
||||
|
||||
Reference in New Issue
Block a user