[GitHub Actions] Updated macos-13 binaries

This commit is contained in:
Alex Hultman
2024-11-25 15:34:43 +00:00
parent ade361ad90
commit baaa57c866
10 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
4b15cbb9a6d8de9f7ae76636701ee2a66e43d659
14bb3af6789a263804899d5440223b9e2a5a43e3

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.