From 8d69968f9d98360d424b19ca94a66de015e3aa45 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 15 Feb 2022 20:24:13 +0100 Subject: [PATCH] Run frontend tests on npm 16 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3eef6e61..88fe3be0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,7 +185,7 @@ test_api: test_front: interruptible: true stage: test - image: node:12-buster + image: node:16-buster before_script: - cd front only: