From d2bbf7f067eca811d75b8b4187febe5efae5aba7 Mon Sep 17 00:00:00 2001 From: Pinglei He <pingleihe@pingleitekiMacBook-Pro.local> Date: Thu, 21 Oct 2021 20:02:53 +0200 Subject: [PATCH] changed the image of the node server --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8eaf233..5387269 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:14.6.0 +image: node:14.0.0 stages: - test -- GitLab