[GitHub Actions] Updated ubuntu-22.04 binaries

This commit is contained in:
Alex Hultman
2025-05-07 22:36:15 +00:00
parent 240779e77a
commit 94e7bf6dcd
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1412b2f79c5363dcb29a360791a8379787a7181f
30cea0c4e51347ad8c40ae135bb6d24dfc48621e

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