mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-03-03 05:00:41 -05:00
[GitHub Actions] Updated ubuntu-22.04 binaries
This commit is contained in:
@@ -1 +1 @@
|
||||
1412b2f79c5363dcb29a360791a8379787a7181f
|
||||
30cea0c4e51347ad8c40ae135bb6d24dfc48621e
|
||||
|
||||
2
uws.js
2
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());
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user