From 0e46016535115387f330924c456c721f8bdd730c Mon Sep 17 00:00:00 2001 From: bmartins Date: Thu, 9 Mar 2023 16:14:50 +0100 Subject: [PATCH] :construction_worker: update CI docker version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bcd5c79..10ddf280 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # image: weboaks/node-karma-protractor-chrome -image: node:12.22.5 +image: node:16 stages: - build