mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Bump Node.js to 16.14.2
https://nodejs.org/en/blog/vulnerability/mar-2022-security-releases/
This commit is contained in:
parent
d2d1b8834e
commit
1776923a4d
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue