From cd88d136b4a7ef0d505fc8ebc57ac18bb41b3068 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Sun, 24 Jan 2021 19:41:54 +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 8b8c911..bc54d69 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: node:10.15
+image: node:10.10
 
 variables:
   SITE_NAME: piratipracuji.cz
-- 
GitLab