The project run perfectly fine on node:16 version. So we can do either of two:
- add these lines in
package.json file:
"engines": {
"node": "^16.20",
"yarn": "^1.22"
},
"engineStrict": true
- or work on the migration from
v16 to the v22 version of nodejs.
The project run perfectly fine on node:16 version. So we can do either of two:
package.jsonfile:v16to thev22version of nodejs.