[GitHub Actions] Updated linux-arm64 binaries

This commit is contained in:
Alex Hultman
2022-11-07 01:16:50 +00:00
parent a571b5239e
commit 8d90825747
4 changed files with 1 additions and 1 deletions

2
uws.js
View File

@@ -19,6 +19,6 @@ 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 14, 16 and 18 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 supports only Node.js 16 and 18, and 19 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.