mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #13557 from meteor/dev-bundle-22.13.1
Upgrade Node to 22.13.1
This commit is contained in:
@@ -4,7 +4,7 @@ dist: jammy
|
||||
sudo: required
|
||||
services: xvfb
|
||||
node_js:
|
||||
- "22.13.0"
|
||||
- "22.13.1"
|
||||
cache:
|
||||
directories:
|
||||
- ".meteor"
|
||||
|
||||
2
meteor
2
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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user