From 94b78b425f3748366f39e305fed351a529465aa0 Mon Sep 17 00:00:00 2001 From: timvisee Date: Tue, 16 Feb 2021 15:12:23 +0100 Subject: [PATCH] Use node 15 Docker image on GitLab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ab91216..cf9ce487 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: "node:12-slim" +image: "node:15-slim" stages: - test