Skip to content

Commit

Permalink
Update update-nodejs-versions.js
Browse files Browse the repository at this point in the history
Start mirroring Node 22 which went to LTS this month
  • Loading branch information
alexeagle authored Oct 29, 2024
1 parent 68b9bd6 commit 9144adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-nodejs-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
const https = require("https");

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

const REPOSITORY_TYPES = {
"darwin-arm64.tar.gz": "darwin_arm64",
Expand Down

0 comments on commit 9144adb

Please sign in to comment.