Skip to content

Commit eb1c4ff

Browse files
committed
[GitHub Actions] Updated linux-armv7 binaries
1 parent e9c4572 commit eb1c4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uws.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ module.exports = (() => {
1919
try {
2020
return require('./uws_' + process.platform + '_' + process.arch + '_' + process.versions.modules + '.node');
2121
} catch (e) {
22-
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());
22+
throw new Error('This version of uWS.js supports only Node.js LTS versions 16, 18 and 20 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());
2323
}
2424
})();

0 commit comments

Comments
 (0)