From 7339a7b3c93662e79e6cddacf6202f01d353186e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 30 Oct 2020 15:06:33 +0000 Subject: [PATCH] Use full LTS container Hopefully this deals with gyp issues --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3f26a0..4fa680f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "node:lts-slim" +image: node:lts variables: HUGO_VERSION: "0.73.0"