Skip to content

Commit 77e43e7

Browse files
Update uws.js
1 parent 8064772 commit 77e43e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uws.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Authored by Alex Hultman, 2018-2022.
2+
* Authored by Alex Hultman, 2018-2024.
33
* Intellectual property of third-party.
44
55
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,7 +19,7 @@ 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 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());
22+
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());
2323
}
2424
})();
2525

0 commit comments

Comments
 (0)