Update to Node 14.17.5

This commit is contained in:
Jan Dvorak
2021-08-11 18:56:09 +02:00
parent 999db946d8
commit 7d455c732d
2 changed files with 2 additions and 2 deletions

2
meteor
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
BUNDLE_VERSION=14.17.4.5
BUNDLE_VERSION=14.17.5.0
# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.

View File

@@ -5,7 +5,7 @@ set -u
UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=14.17.4
NODE_VERSION=14.17.5
MONGO_VERSION_64BIT=4.4.4
MONGO_VERSION_32BIT=3.2.22
NPM_VERSION=6.14.13