Skip to content

Commit 22a8f3d

Browse files
committed
[GitHub Actions] Updated ubuntu-20.04 binaries
1 parent b5c4a1a commit 22a8f3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4b15cbb9a6d8de9f7ae76636701ee2a66e43d659
1+
14bb3af6789a263804899d5440223b9e2a5a43e3

uws.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 (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());
22+
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());
2323
}
2424
})();
2525

0 commit comments

Comments
 (0)