Update node version
The engines
field of package.json
specifies that the app runs on node 12 which is way behind (reached EOL 2 years ago). For the record, we use node 16 in other ESRF web apps.
Is there any hardstops that would prevent upgrading ?