From 3c37d103db800d35af08010ea57c15f1d2b989a5 Mon Sep 17 00:00:00 2001 From: Igor Brylyov Date: Thu, 7 Apr 2022 14:31:50 +0300 Subject: [PATCH] node docker image update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 759b9b3..5448cb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:15.12-alpine3.13 +image: node:16.14.2-alpine3.15 stages: - test