diff --git a/uws.js b/uws.js index 6ec22bfd..f59ea115 100644 --- a/uws.js +++ b/uws.js @@ -19,6 +19,6 @@ module.exports = (() => { try { return require('./uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules + '.node'); } catch (e) { - throw new Error('This version of uWS.js supports only Node.js 14, 16 and 18 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 supports only Node.js 16 and 18, and 19 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()); } })(); diff --git a/uws_linux_arm64_108.node b/uws_linux_arm64_108.node index 258fa8c3..48e292d8 100644 Binary files a/uws_linux_arm64_108.node and b/uws_linux_arm64_108.node differ diff --git a/uws_linux_arm64_111.node b/uws_linux_arm64_111.node index a88e3d3a..a4af0433 100644 Binary files a/uws_linux_arm64_111.node and b/uws_linux_arm64_111.node differ diff --git a/uws_linux_arm64_93.node b/uws_linux_arm64_93.node index 01a84346..5ee1f2c5 100644 Binary files a/uws_linux_arm64_93.node and b/uws_linux_arm64_93.node differ