Skip to content

Commit

Permalink
Upgrade to Node v14.19.2 & npm v6.14.17 ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed May 18, 2022
1 parent 3db2b40 commit ac27bd0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions docs/history.md
@@ -1,3 +1,16 @@
## 2.7.3, 2022-05-XX

#### Highlights
* Node updated to v14.19.3
* npm update to v6.14.17

#### Breaking Changes
N/A

#### Migration Steps

#### Meteor Version Release

## 2.7.2, 2022-05-10

#### Highlights
Expand Down
2 changes: 1 addition & 1 deletion meteor
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

BUNDLE_VERSION=14.19.1.0
BUNDLE_VERSION=14.19.3.0

# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-dev-bundle-common.sh
Expand Up @@ -5,10 +5,10 @@ set -u

UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=14.19.1
NODE_VERSION=14.19.3
MONGO_VERSION_64BIT=5.0.5
MONGO_VERSION_32BIT=3.2.22
NPM_VERSION=6.14.16
NPM_VERSION=6.14.17


if [ "$UNAME" == "Linux" ] ; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/dev-bundle-tool-package.js
Expand Up @@ -10,7 +10,7 @@ var packageJson = {
dependencies: {
// Explicit dependency because we are replacing it with a bundled version
// and we want to make sure there are no dependencies on a higher version
npm: "6.14.16",
npm: "6.14.17",
pacote: "https://github.com/meteor/pacote/tarball/a81b0324686e85d22c7688c47629d4009000e8b8",
"node-gyp": "8.0.0",
"node-pre-gyp": "0.15.0",
Expand Down

0 comments on commit ac27bd0

Please sign in to comment.