The project currently uses Node.js v18 (as defined in `backend/Dockerfile`). We need to upgrade the project to use the latest Node.js version (v23). **Tasks:** - [ ] Update `backend/Dockerfile` to use `node:23-alpine`. - [ ] Add/Update `engines` field in `package.json` to specify `node: ">=23"`. - [ ] Update `@types/node` in `package.json` to the latest version. - [ ] Verify build pipelines and tests.
The project currently uses Node.js v18 (as defined in
backend/Dockerfile). We need to upgrade the project to use the latest Node.js version (v23).Tasks:
backend/Dockerfileto usenode:23-alpine.enginesfield inpackage.jsonto specifynode: ">=23".@types/nodeinpackage.jsonto the latest version.