Bump node to 12.10.3

This commit is contained in:
Jan Dvorak
2020-07-30 19:58:34 +02:00
parent 87ad5954b2
commit 2aa51c5c3d
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ N/A
from 4.2.5 to 4.2.8
* Node.js has been updated to version
[12.18.2](https://nodejs.org/en/blog/release/v12.18.2/)
[12.18.3](https://nodejs.org/en/blog/release/v12.18.3/)
* Updated npm to version 6.14.5

View File

@@ -5,7 +5,7 @@ set -u
UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=12.18.2
NODE_VERSION=12.18.3
MONGO_VERSION_64BIT=4.2.5
MONGO_VERSION_32BIT=3.2.22
NPM_VERSION=6.14.6