From 85d812eb48501c55e4efd4c0a394fc629a751c3b Mon Sep 17 00:00:00 2001
From: Titus Kristiansen <titusk@stud.ntnu.no>
Date: Mon, 25 Apr 2022 14:43:54 +0200
Subject: [PATCH] Updated .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ef38ca..f7ca36a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ stages:          # List of stages for jobs, and their order of execution
   - build
   - test
 
-image: node:14
+image: node:16
 
 cache:
   paths:
-- 
GitLab