diff options
| author | tusooa <tusooa@kazv.moe> | 2022-07-18 15:24:21 +0000 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-07-18 15:24:21 +0000 |
| commit | 2474f155d2ce2b072bef37790f2dc4049b22d49a (patch) | |
| tree | 8cfdbcf2af68e81702a1a0bfe877f55809eb7d6a | |
| parent | 9ddb43296f3fbb6621e646a20e86e05b6c730ad2 (diff) | |
| parent | cc964d9a3fe7634c352557ea9344d936bec466fc (diff) | |
Merge branch 'renovate/node-18.x' into 'develop'
Update Node.js to v18
See merge request pleroma/pleroma-fe!1556
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab601173..305155d8 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:12 +image: node:16 stages: - lint |
