From c480d16f92d870aa072b74e39f6da0087edc7c66 Mon Sep 17 00:00:00 2001 From: Keith Millette <keith@elixxir.io> Date: Thu, 21 Nov 2024 16:07:24 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5692e2c..b42d5d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:latest +image: node:lts stages: - test -- GitLab