[GitHub Actions] Updated ubuntu-24.04-arm binaries

This commit is contained in:
Alex Hultman
2025-10-21 00:49:46 +00:00
parent 4ed0b1e81b
commit f48b2b2a44
6 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
f6f960af86210b0a3b62243767b6a9e4cee5287f
e1270451a986a5e32f977fdd5a93d6c523de17f4

2
uws.js
View File

@@ -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.54.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.55.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());
}
})();

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.