From 22a8f3dafe44394a571b8c34dfeea9e5c6fbbae8 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Mon, 25 Nov 2024 15:27:30 +0000 Subject: [PATCH] [GitHub Actions] Updated ubuntu-20.04 binaries --- source_commit | 2 +- uws.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source_commit b/source_commit index 40ea1732..bacedfcc 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -4b15cbb9a6d8de9f7ae76636701ee2a66e43d659 +14bb3af6789a263804899d5440223b9e2a5a43e3 diff --git a/uws.js b/uws.js index dc44db3f..6ff8b3e9 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.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()); + 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()); } })();