From b53e40b534c41d58a30c5d5b267ea4f4f9b71b68 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 22 Aug 2024 08:03:08 +0000 Subject: [PATCH] chore(deps): update node.js to v20.17.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c66b0d3..ecf6f63 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.1-alpine3.19 + image: node:20.17.0-alpine3.19 stage: release only: refs: