logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 2474f155d2ce2b072bef37790f2dc4049b22d49a
parent 9ddb43296f3fbb6621e646a20e86e05b6c730ad2
Author: tusooa <tusooa@kazv.moe>
Date:   Mon, 18 Jul 2022 15:24:21 +0000

Merge branch 'renovate/node-18.x' into 'develop'

Update Node.js to v18

See merge request pleroma/pleroma-fe!1556

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:12 +image: node:16 stages: - lint