logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: e7cf90bbfe9cdca08a4f159bee831cba41149ae2
parent d451ecebf4bd4ee634d1a2a40f1c2c4d9929de0d
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 20 Jan 2025 03:03:56 +0200

update node version

Diffstat:

M.gitlab-ci.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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