[GitHub Actions] Updated ubuntu-24.04-arm binaries

This commit is contained in:
Alex Hultman
2026-03-06 09:32:01 +00:00
parent 34b886f87d
commit 658ae3c1d9
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
279e47a116271f2b797d7365b1d7f27ca7ed9cc4
a77a010d23de0dc84615ce5eef6f5f052ab22e5d

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