From 6424183582b3fcc14ecc46fc4076b7be93f61045 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Mon, 20 Oct 2025 11:11:43 +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 064c5fa0..83c69d32 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -050ae4d73653e130323a70797cdde19966ff6ad9 +f6f960af86210b0a3b62243767b6a9e4cee5287f diff --git a/uws.js b/uws.js index 795f8c4b..486ece65 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.53.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.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()); } })();