I followed the guiding given to create & release a new node package.
node-red-dev validate confirms that the package shows an acceptable quality:
flows.nodered.org yet claims that there's an issue:
![]()
The package.json got the following entry:
{
[...],
"engines": {
"node": ">=12.0.0"
}
}
Do you have any idea what's causing this remark?

