From d754d196ad8a3080671c8593272d6f999862b53e Mon Sep 17 00:00:00 2001 From: Stackspin renovate bot <renovatebot@stackspin.net> Date: Thu, 13 Oct 2022 22:05:01 +0000 Subject: [PATCH] chore(deps): update node.js to v18 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a53c2750..173d4ad1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: - package-helm-chart - release-helm-chart -image: node:14-alpine +image: node:18-alpine variables: CHART_NAME: stackspin-dashboard -- GitLab