From 34b44d1aeafde712b9b9c281a063a90027a9b6e5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Feb 2025 23:06:42 +0000 Subject: [PATCH] chore(deps): update node.js to v22.12.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f01f1e6..5629ca1 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:22.11.0-alpine3.19 + image: node:22.12.0-alpine3.19 stage: release only: refs: