mirror of
https://github.com/node-red/node-red.git
synced 2025-12-28 07:41:42 +01:00
fix(node): increase required node >=18.5
Statement can be simplified by increasing the required minor version.
This commit is contained in:
@@ -123,6 +123,6 @@
|
||||
"supertest": "6.3.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
"node": ">=18.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user