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 server uses `timeout.refresh()` (see [1]), which was added in Node.js 10.2.0.

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

Related: #686

[1]: 37474c7
  • Loading branch information
darrachequesne committed Jul 9, 2023
1 parent 98915d0 commit 7dd1350
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 @@ -79,6 +79,6 @@
"wrapper.mjs"
],
"engines": {
"node": ">=10.0.0"
"node": ">=10.2.0"
}
}

0 comments on commit 7dd1350

Please sign in to comment.