[GitHub Actions] Updated linux-aarch64 binaries

This commit is contained in:
Alex Hultman
2024-11-25 15:09:59 +00:00
parent 2c0eb77e36
commit 53efbbd01c
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
46d73b1188e043a430bebced427aa0824ad083f0
003f2a86434d040e5bf7b1405f272725b81b60d6

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.50.0) supports only Node.js versions 20, 21, 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.51.0) supports only Node.js versions 20, 21, 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());
}
})();