Skip to content

Commit b2f6ed4

Browse files
committed
Update update-nodejs-versions.js
Start mirroring Node 22 which went to LTS this month
1 parent 68b9bd6 commit b2f6ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-nodejs-versions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
const https = require("https");
66

77
const MIN_VERSION = [8, 0, 0];
8-
const MAX_VERSION = [20, 99, 99];
8+
const MAX_VERSION = [22, 99, 99];
99

1010
const REPOSITORY_TYPES = {
1111
"darwin-arm64.tar.gz": "darwin_arm64",

0 commit comments

Comments
 (0)