mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump to Node 14.15.4
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
### Breaking changes
|
||||
|
||||
* `node` has been updated to v14.15.3, this means among other things that Meteor is now build with [full-icu](https://nodejs.org/api/intl.html) support.
|
||||
* `node` has been updated to v14.15.4, this means among other things that Meteor is now build with [full-icu](https://nodejs.org/api/intl.html) support.
|
||||
|
||||
### Migration steps
|
||||
|
||||
|
||||
2
meteor
2
meteor
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BUNDLE_VERSION=14.15.3.0
|
||||
BUNDLE_VERSION=14.15.4.0
|
||||
|
||||
# OS Check. Put here because here is where we download the precompiled
|
||||
# bundles that are arch specific.
|
||||
|
||||
@@ -5,7 +5,7 @@ set -u
|
||||
|
||||
UNAME=$(uname)
|
||||
ARCH=$(uname -m)
|
||||
NODE_VERSION=14.15.3
|
||||
NODE_VERSION=14.15.4
|
||||
MONGO_VERSION_64BIT=4.2.8
|
||||
MONGO_VERSION_32BIT=3.2.22
|
||||
NPM_VERSION=6.14.8
|
||||
|
||||
Reference in New Issue
Block a user