From cc964d9a3fe7634c352557ea9344d936bec466fc Mon Sep 17 00:00:00 2001 From: tusooa Date: Mon, 18 Jul 2022 03:48:11 +0000 Subject: [PATCH] Use node 16 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fdf86dd..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:18 +image: node:16 stages: - lint