From 1d0900a46c69e7475c6f699a2b36fc2dce92c83e Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Thu, 12 Mar 2026 10:23:27 +0100 Subject: [PATCH] Update to Node v22.22.1 https://github.com/nodejs/node/releases/tag/v22.22.1 --- meteor | 2 +- scripts/build-dev-bundle-common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meteor b/meteor index d1412f0105..64eda442e4 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=22.22.0.3 +BUNDLE_VERSION=22.22.1.0 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific. diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 4d20fff8d2..00a2d7df8b 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -5,7 +5,7 @@ set -u UNAME=$(uname) ARCH=$(uname -m) -NODE_VERSION=22.22.0 +NODE_VERSION=22.22.1 MONGO_VERSION_64BIT=7.0.16 MONGO_VERSION_32BIT=3.2.22 NPM_VERSION=10.9.4