FreeFeed / freefeed-server

FreeFeed server
https://freefeed.net
MIT License
41 stars 18 forks source link

Discontinue support for Node.js 16 due to End of Life (EOL) #647

Closed davidmz closed 9 months ago

silpol commented 9 months ago

@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

1) 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)