From 58a62b794e6b4363cf522de41f8c043565605696 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 11 Jul 2024 04:53:20 +0000 Subject: [PATCH] chore(deps): update node.js to v20.15.1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62eb8f2..4d17971 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build: - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA release: - image: node:20.15.0-alpine3.19 + image: node:20.15.1-alpine3.19 stage: release only: refs: