From daa8ecf6717dfc95b8614fcb39ff5104af87bb34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20G=C3=B6bel?= <dgoebel@techfak.uni-bielefeld.de>
Date: Wed, 11 Oct 2023 13:07:43 +0200
Subject: [PATCH] Pin dependencies versions in gitlab CI

#70
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 724582b..9e70447 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,6 @@ default:
   before_script:
     - npm --version  # For debugging
     - npm install --no-fund
-    - npm update --no-fund
 
 lint:
   stage: test
-- 
GitLab