From e72a1bce1df789cd400e6f9c0421e8366b28569f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Sun, 24 Jan 2021 00:34:06 +0100
Subject: [PATCH] Downgrade node

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 161b719..7f9be75 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: node:11-buster
+image: node:10.23-buster-slim
 
 variables:
   SITE_NAME: piratipracuji.cz
-- 
GitLab