From 05570280938d5747526bc8f86e0edebf64441c29 Mon Sep 17 00:00:00 2001
From: Erwan Jahier <erwan.jahier@univ-grenoble-alpes.fr>
Date: Mon, 11 May 2020 17:02:32 +0200
Subject: [PATCH] Upgrade: use a more recent npm node (to fix the release CI
 job)

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22a278b2..9e95bff6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,7 @@ test_opam_test:
 release:
   before_script:
     - yarn install --frozen-lockfile
-  image: node:8
+  image: node:12
   only:
     - master
   script:
-- 
GitLab