From 8c97332a34f1499d7b0ac00433ec275638562459 Mon Sep 17 00:00:00 2001 From: RENOVATE_BOT <group_16139_bot_82768097935a7be3530d979f19be52ca@noreply.lab.frogg.it> Date: Mon, 28 Apr 2025 14:56:09 +0000 Subject: [PATCH] chore(deps): update node.js to v16.20.2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b9c814..2fd2542 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:16.14.2-slim +image: node:16.20.2-slim include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -- GitLab