diff --git a/.travis.yml b/.travis.yml index e7a6aa0fb8..2659beef58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js os: linux dist: xenial node_js: - - "14.17.3" + - "14.17.4" cache: directories: - ".meteor" diff --git a/meteor b/meteor index 43472ff072..155c381db8 100755 --- a/meteor +++ b/meteor @@ -1,6 +1,6 @@ #!/usr/bin/env bash -BUNDLE_VERSION=14.17.3.4 +BUNDLE_VERSION=14.17.4.1 # OS Check. Put here because here is where we download the precompiled # bundles that are arch specific. diff --git a/scripts/build-dev-bundle-common.sh b/scripts/build-dev-bundle-common.sh index 3459b422d1..135253baaf 100644 --- a/scripts/build-dev-bundle-common.sh +++ b/scripts/build-dev-bundle-common.sh @@ -5,7 +5,7 @@ set -u UNAME=$(uname) ARCH=$(uname -m) -NODE_VERSION=14.17.3 +NODE_VERSION=14.17.4 MONGO_VERSION_64BIT=4.4.4 MONGO_VERSION_32BIT=3.2.22 NPM_VERSION=6.14.13