From a0f7a312e54d9ca66f23f8bb5b0b2008086cac14 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 18 Aug 2020 15:57:14 +0200 Subject: [PATCH] .gitlab.ci: update to node 10 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5c0aea..4400361 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:8-alpine +image: node:10-alpine stages: - test