From b96752a93c82e5aa5af029eb83d0e0cf98a81340 Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Tue, 1 Sep 2020 18:20:48 +0200 Subject: [PATCH] ci: update node to v10.x --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27c6664..172c76e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - publish .node: &node - image: node:9.6-alpine + image: node:10-alpine tags: - redshift -- GitLab