commit: cc964d9a3fe7634c352557ea9344d936bec466fc
parent 5d246cc71141276ab4b685b656f27bfc135a9f55
Author: tusooa <tusooa@kazv.moe>
Date: Mon, 18 Jul 2022 03:48:11 +0000
Use node 16
Diffstat:
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:18
+image: node:16
stages:
- lint