Discontinue support for Node.js 16 due to End of Life (EOL)
Closed this issue · 1 comments
davidmz commented
Discontinue support for Node.js 16 due to End of Life (EOL)
silpol commented
@davidmz one more argument to discontinue
when unit tests are run, test subset build(16, 13.10, 6) fails with error, while all others are not
2636 passing (12m)
6 pending
1 failing
- UsersController
#ban()
should not allow to ban user more than once:
FetchError: request to http://localhost:31337/v1/users/mars/ban failed, reason: socket hang up
at ClientRequest. (node_modules/node-fetch/src/index.js:108:11)
at ClientRequest.emit (node:events:525:35)
at ClientRequest.emit (node:domain:489:12)
at Socket.socketOnEnd (node:_http_client:518:9)
at Socket.emit (node:events:525:35)
at Socket.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)