From 571923c46033a7de71c7fd6a2f884e0f465cfc8f Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 23 Feb 2024 20:51:39 +0000 Subject: [PATCH] chore(deps): update node.js to v20 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f072d5..c2edf32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ vulnerabilities: - govulncheck ./... prepare_release: - image: node:18 + image: node:20 stage: prepare before_script: - npm install -g conventional-changelog-cli