Skip to content

Commit

Permalink
[GitHub Actions] Updated ubuntu-20.04 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB committed Nov 24, 2024
1 parent 40a000f commit 23d415a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0e5844d1adfe9c1fd9c79a8fd48eb03d6b95c21c
1ff6f64b0c5f1417b9f2e34e83477c9b76ee337d
2 changes: 1 addition & 1 deletion uws.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 supports only Node.js versions 18, 20, 21 and 22 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.50.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());
}
})();

Expand Down

0 comments on commit 23d415a

Please sign in to comment.