Skip to content

Commit

Permalink
docs: update the list of supported Node.js versions
Browse files Browse the repository at this point in the history
The Engine.IO server uses `timeout.refresh()` (see [1]), which was
added in Node.js 10.2.0.

Reference: https://nodejs.org/api/timers.html#timeoutrefresh

Related: socketio/engine.io#686

[1]: socketio/engine.io@37474c7
  • Loading branch information
darrachequesne committed Jul 9, 2023
1 parent 443e447 commit 03046a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
}
],
"engines": {
"node": ">=10.0.0"
"node": ">=10.2.0"
},
"tsd": {
"directory": "test"
Expand Down

0 comments on commit 03046a6

Please sign in to comment.