Make image based on Ruby 3.2.2 and Node.js 18.16.0

This commit is contained in:
Evan Read 2023-04-20 04:45:56 +00:00 committed by Stan Hu
parent 24deb3db06
commit 800aeab3d8
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ function build_debian() {
apt-get install -yq --no-install-recommends imagemagick
# Install node & yarn
/scripts/install-node "${NODE_INSTALL_VERSION} ${YARN_INSTALL_VERSION}"
/scripts/install-node "${NODE_INSTALL_VERSION}" "${YARN_INSTALL_VERSION}"
# Install gitlab-runner
curl -O -J -L "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-linux-${TARGETARCH:-amd64}"