From 98ea19f9074e96a51aedd39cc72f4b29d101c57b Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 31 Oct 2019 23:20:02 +0100 Subject: [PATCH] chore: update gitlab-ci to use node 12 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80ff5c5..60f6538 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:10 +image: node:12 cache: key: ${CI_COMMIT_REF_SLUG}