From a96cc0e217360a9aaf39d3c87c7448f511ab844a Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Thu, 11 Feb 2021 11:19:33 +0100 Subject: [PATCH] Use node:lts in Gitlab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bbc3ad05..af2400ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:latest +image: node:lts stages: - prepare