From 96bd02060b64291cc72992290bfa2f5101347eee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Wed, 22 Jan 2025 14:55:12 +0100 Subject: [PATCH 1/2] upgrade node to 22.13.1 --- .travis.yml | 2 +- meteor | 2 +- scripts/build-dev-bundle-common.sh | 2 +- v3-docs/v3-migration-docs/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0a6e2233d..cd2ddb2f03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ dist: jammy sudo: required services: xvfb node_js: - - "22.13.0" + - "22.13.1" cache: directories: - ".meteor" diff --git a/meteor b/meteor index 066e44b62e..2da7aecc12 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=22.13.0.1 +BUNDLE_VERSION=22.13.1.0 # OS Check. Put here because here is where we download the precompiled diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 5764954743..22acd0d917 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.13.0 +NODE_VERSION=22.13.1 MONGO_VERSION_64BIT=7.0.5 MONGO_VERSION_32BIT=3.2.22 NPM_VERSION=10.9.2 diff --git a/v3-docs/v3-migration-docs/index.md b/v3-docs/v3-migration-docs/index.md index 8d724ad33b..777a25ac15 100644 --- a/v3-docs/v3-migration-docs/index.md +++ b/v3-docs/v3-migration-docs/index.md @@ -1,6 +1,6 @@ --- meteor_version: 3.1.0 -node_version: 22.13.0 +node_version: 22.13.1 npm_version: 10.9.2 --- # Meteor 3.0 Migration Guide From f78b9923bb6aa7f75bf9723a698e53725bca14c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Wed, 22 Jan 2025 15:04:24 +0100 Subject: [PATCH 2/2] re-run checks