diff --git a/source_commit b/source_commit index f4db22a7..d5af1f27 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -1412b2f79c5363dcb29a360791a8379787a7181f +30cea0c4e51347ad8c40ae135bb6d24dfc48621e diff --git a/uws.js b/uws.js index 6ff8b3e9..045575a7 100644 --- a/uws.js +++ b/uws.js @@ -19,7 +19,7 @@ module.exports = (() => { try { return require('./uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules + '.node'); } catch (e) { - throw new Error('This version of uWS.js (v20.51.0) supports only Node.js versions 18, 20, 22 and 23 on (glibc) Linux, macOS and Windows, on Tier 1 platforms (https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list).\n\n' + e.toString()); + throw new Error('This version of uWS.js (v20.52.0) supports only Node.js versions 20, 22, 23 and 24 on (glibc) Linux, macOS and Windows, on Tier 1 platforms (https://github.com/nodejs/node/blob/master/BUILDING.md#platform-list).\n\n' + e.toString()); } })();