From cc62e6758f5e1903f1654701c34892b04e6ef74b Mon Sep 17 00:00:00 2001 From: Spencer Pincott Date: Tue, 16 Aug 2022 22:45:26 -0400 Subject: [PATCH] Bump the node version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 412072d..65118ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - deploy .docker_template: - image: node:dubnium-buster + image: node:fermium-buster tags: - docker