mirror of
https://github.com/uNetworking/uWebSockets.js.git
synced 2026-04-17 17:00:24 -04:00
[GitHub Actions] Updated ubuntu-24.04-arm binaries
This commit is contained in:
@@ -1 +1 @@
|
||||
279e47a116271f2b797d7365b1d7f27ca7ed9cc4
|
||||
a77a010d23de0dc84615ce5eef6f5f052ab22e5d
|
||||
|
||||
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.59.0) supports only Node.js versions 20, 22, 24 and 25 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.60.0) supports only Node.js versions 20, 22, 24 and 25 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