From 7c46abcd5d54fc5e2bdfb800e2f645dbe78bb01a Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Mon, 21 Feb 2022 16:12:22 +0100 Subject: [PATCH] gitlab-ci: Update Node.js image to v16 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4400361..dbe5dd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:10-alpine +image: node:16-alpine stages: - test