From 5a319d93c3924ff0e095fdaf4bc973bbd5dc3400 Mon Sep 17 00:00:00 2001 From: Firq Date: Fri, 27 Jan 2023 17:46:29 +0100 Subject: [PATCH] Bumped node from 14 to lts due to astro@2.0.2 needing at least >= 16 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46442ef..f307609 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:14 +image: node:lts pages: cache: paths: @@ -10,4 +10,4 @@ pages: paths: - public only: - - main \ No newline at end of file + - main