Update to Node v22.22.1

https://github.com/nodejs/node/releases/tag/v22.22.1
This commit is contained in:
Jan Dvorak
2026-03-12 10:23:27 +01:00
parent 37eed62266
commit 1d0900a46c
2 changed files with 2 additions and 2 deletions

2
meteor
View File

@@ -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.

View File

@@ -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