From 285794aa8a8a7d5efe648388cbe4d3f968033267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Sun, 24 Jan 2021 18:49: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 7801ed1..8b8c911 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:10-buster-slim +image: node:10.15 variables: SITE_NAME: piratipracuji.cz -- GitLab