Skip to content

Commit

Permalink
upgrade node to 22.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nachocodoner committed Jan 12, 2025
1 parent 3abc87f commit fd5edde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dist: jammy
sudo: required
services: xvfb
node_js:
- "22.12.0"
- "22.13.0"
cache:
directories:
- ".meteor"
Expand Down
2 changes: 1 addition & 1 deletion meteor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

BUNDLE_VERSION=22.12.0.1
BUNDLE_VERSION=22.13.0.0


# OS Check. Put here because here is where we download the precompiled
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-dev-bundle-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -u

UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=22.12.0
NODE_VERSION=22.13.0
MONGO_VERSION_64BIT=7.0.5
MONGO_VERSION_32BIT=3.2.22
NPM_VERSION=10.9.2
Expand Down
2 changes: 1 addition & 1 deletion v3-docs/v3-migration-docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
meteor_version: 3.1.0
node_version: 22.12.0
node_version: 22.13.0
npm_version: 10.9.2
---
# Meteor 3.0 Migration Guide
Expand Down

0 comments on commit fd5edde

Please sign in to comment.