Upgrade dependencies

This commit is contained in:
Gregory Schier
2025-07-14 07:35:37 -07:00
parent 209ac45ed2
commit 6df13c452b
11 changed files with 3432 additions and 3737 deletions

View File

@@ -4,7 +4,7 @@ const Downloader = require('nodejs-file-downloader');
const { rmSync, cpSync, mkdirSync, existsSync } = require('node:fs');
const { execSync } = require('node:child_process');
const NODE_VERSION = 'v22.9.0';
const NODE_VERSION = 'v24.4.0';
// `${process.platform}_${process.arch}`
const MAC_ARM = 'darwin_arm64';