From 298b227a624fa3728bd214ed3224f2f65bf26b7e Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Thu, 5 Mar 2026 07:57:05 +0000 Subject: [PATCH] [GitHub Actions] Updated ubuntu-24.04 binaries --- source_commit | 2 +- uws.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source_commit b/source_commit index 47028ed2..21fa93f8 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -33ecc5387497e62d07eca759450a197a28c1025c +18fe58588129999ba816dbbb2ad1d83df91dc276 diff --git a/uws.js b/uws.js index 9b06ebf4..24991207 100644 --- a/uws.js +++ b/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.58.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.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()); } })();