We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b9bd6 commit b2f6ed4Copy full SHA for b2f6ed4
scripts/update-nodejs-versions.js
@@ -5,7 +5,7 @@
5
const https = require("https");
6
7
const MIN_VERSION = [8, 0, 0];
8
-const MAX_VERSION = [20, 99, 99];
+const MAX_VERSION = [22, 99, 99];
9
10
const REPOSITORY_TYPES = {
11
"darwin-arm64.tar.gz": "darwin_arm64",
0 commit comments