From e7cf90bbfe9cdca08a4f159bee831cba41149ae2 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 20 Jan 2025 03:03:56 +0200 Subject: [PATCH] update node version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b01dc4aac..de3beccca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # This file is a template, and might need editing before it works on your project. # Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ -image: node:16 +image: node:18 stages: - check-changelog