Bump Node.js to 16.14.2

https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/
This commit is contained in:
Vitaly Slobodin 2022-03-18 10:07:36 +03:00
parent d2d1b8834e
commit 1776923a4d
4 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ apt-get install -yq --no-install-recommends \
apt-get install -yq --no-install-recommends imagemagick
# Install node & yarn
NODE_INSTALL_VERSION=16.14.0
NODE_INSTALL_VERSION=16.14.2
YARN_INSTALL_VERSION=1.22.10
/scripts/install-node $NODE_INSTALL_VERSION $YARN_INSTALL_VERSION && node --version && yarn --version