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
|
|
@ -2,7 +2,7 @@
|
|||
set -xeuo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
NODE_INSTALL_VERSION=${1:-16.14.0}
|
||||
NODE_INSTALL_VERSION=${1:-16.14.2}
|
||||
YARN_INSTALL_VERSION=${2:-1.22.17}
|
||||
|
||||
# Map MAJOR.MINOR.patch -> MAJOR.x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue