From 89651b38c665f064ce49209c5a3600c7ae13d4a4 Mon Sep 17 00:00:00 2001
From: Anders Lindh Olsson <anders.lindholsson@ess.eu>
Date: Wed, 24 Jan 2024 11:15:19 +0100
Subject: [PATCH] Unset NODE_OPTIONS

See https://github.com/cypress-io/cypress/issues/2657
---
 .env | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.env b/.env
index 17072df2..1c28238a 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,3 @@
 SKIP_PREFLIGHT_CHECK=true
-ESLINT_NO_DEV_ERRORS=true
\ No newline at end of file
+ESLINT_NO_DEV_ERRORS=true
+NODE_OPTIONS=
-- 
GitLab