update Node 22.15.1

This commit is contained in:
Nacho Codoñer
2025-05-15 07:56:56 +02:00
parent db13cf2710
commit bed8188720
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ dist: jammy
sudo: required
services: xvfb
node_js:
- "22.15.0"
- "22.15.1"
cache:
directories:
- ".meteor"

2
meteor
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
BUNDLE_VERSION=22.15.0.3
BUNDLE_VERSION=22.15.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.15.0
NODE_VERSION=22.15.1
MONGO_VERSION_64BIT=7.0.16
MONGO_VERSION_32BIT=3.2.22
NPM_VERSION=10.9.2

View File

@@ -13,7 +13,7 @@
- Fix user agent detection and oplog collection filtering
- Refine type definitions for Meteor methods and SSR's ServerSink
- Allow opting out of usage stats with `DO_NOT_TRACK`
- Update Node to 22.15.0 and Express to 5.1.0
- Update Node to 22.15.1 and Express to 5.1.0
All Merged PRs@[GitHub PRs 3.3](https://github.com/meteor/meteor/pulls?q=is%3Apr+is%3Amerged+base%3Arelease-3.3)

View File

@@ -1,6 +1,6 @@
---
meteor_version: 3.1.0
node_version: 22.15.0
node_version: 22.15.1
npm_version: 10.9.2
---
# Meteor 3.0 Migration Guide