-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
The project run perfectly fine on node:16 version. So we can do either of two:
- add these lines in
package.jsonfile:
"engines": {
"node": "^16.20",
"yarn": "^1.22"
},
"engineStrict": true
- or work on the migration from
v16to thev22version of nodejs.
Metadata
Metadata
Assignees
Labels
No labels