mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Bump Node.js version to 18.17.0 for GitLab images
This commit is contained in:
parent
65a55a9100
commit
5330912117
4 changed files with 6 additions and 6 deletions
|
|
@ -16,7 +16,7 @@ customers:
|
||||||
RUBY: '3.2'
|
RUBY: '3.2'
|
||||||
LFS: '2.9'
|
LFS: '2.9'
|
||||||
CHROME: '111'
|
CHROME: '111'
|
||||||
NODE: '18.16'
|
NODE: '18.17'
|
||||||
YARN: '1.22'
|
YARN: '1.22'
|
||||||
POSTGRESQL: '12'
|
POSTGRESQL: '12'
|
||||||
GIT: '2.36'
|
GIT: '2.36'
|
||||||
|
|
@ -31,7 +31,7 @@ customers-qa-assets:
|
||||||
variables:
|
variables:
|
||||||
RUBY: '3.2'
|
RUBY: '3.2'
|
||||||
CHROME: '111'
|
CHROME: '111'
|
||||||
NODE: '18.16'
|
NODE: '18.17'
|
||||||
YARN: '1.22'
|
YARN: '1.22'
|
||||||
GIT: '2.36'
|
GIT: '2.36'
|
||||||
parallel:
|
parallel:
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ gitlab:
|
||||||
POSTGRESQL: ['12', '13', '14', '15']
|
POSTGRESQL: ['12', '13', '14', '15']
|
||||||
GOLANG: ['1.19', '1.20']
|
GOLANG: ['1.19', '1.20']
|
||||||
RUST: ['1.65']
|
RUST: ['1.65']
|
||||||
NODE: ['18.16']
|
NODE: ['18.17']
|
||||||
CHROME: ['109', '113']
|
CHROME: ['109', '113']
|
||||||
|
|
||||||
# Used by GitLab's compile-production-assets and compile-test-assets jobs
|
# Used by GitLab's compile-production-assets and compile-test-assets jobs
|
||||||
|
|
@ -47,7 +47,7 @@ gitlab-assets:
|
||||||
- OS: ['debian:bullseye']
|
- OS: ['debian:bullseye']
|
||||||
RUBY: ['2.7', '3.0', '3.1', '3.2']
|
RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||||
GIT: ['2.33']
|
GIT: ['2.33']
|
||||||
NODE: ['18.16']
|
NODE: ['18.17']
|
||||||
|
|
||||||
# Used by GitLab's Review app jobs
|
# Used by GitLab's Review app jobs
|
||||||
gitlab-review-app:
|
gitlab-review-app:
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ gitlab-kas:
|
||||||
RUST: '1.65'
|
RUST: '1.65'
|
||||||
LFS: '2.9'
|
LFS: '2.9'
|
||||||
CHROME: '111'
|
CHROME: '111'
|
||||||
NODE: '18.16'
|
NODE: '18.17'
|
||||||
YARN: '1.22'
|
YARN: '1.22'
|
||||||
GRAPHICSMAGICK: '1.3.36'
|
GRAPHICSMAGICK: '1.3.36'
|
||||||
GIT: '2.36'
|
GIT: '2.36'
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ function print_node_args() {
|
||||||
14.15) NODE_INSTALL_VERSION=14.15.4 ;;
|
14.15) NODE_INSTALL_VERSION=14.15.4 ;;
|
||||||
14|14.16) NODE_INSTALL_VERSION=14.16.0 ;;
|
14|14.16) NODE_INSTALL_VERSION=14.16.0 ;;
|
||||||
16|16.14) NODE_INSTALL_VERSION=16.14.2 ;;
|
16|16.14) NODE_INSTALL_VERSION=16.14.2 ;;
|
||||||
18|18.16) NODE_INSTALL_VERSION=18.16.0 ;;
|
18|18.17) NODE_INSTALL_VERSION=18.17.0 ;;
|
||||||
*) fail "Unknown node version $1" ;;
|
*) fail "Unknown node version $1" ;;
|
||||||
esac
|
esac
|
||||||
printf -- "--build-arg NODE_INSTALL_VERSION=%s " "$NODE_INSTALL_VERSION"
|
printf -- "--build-arg NODE_INSTALL_VERSION=%s " "$NODE_INSTALL_VERSION"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue