From 96f992e11d4288f43422b0a8b548c6df41ee88ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Wed, 28 Feb 2024 18:56:58 +0100 Subject: [PATCH] js: pin happy-dom version (#87584) --- setup-vitest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-vitest.sh b/setup-vitest.sh index 6e7afc5a..ab534949 100644 --- a/setup-vitest.sh +++ b/setup-vitest.sh @@ -3,4 +3,4 @@ pip install $* nodeenv --prebuilt --python-virtualenv source $VIRTUAL_ENV/bin/activate # source again to activate npm from env -npm install -g vitest@"<1.1.0" happy-dom +npm install -g vitest@"<1.1.0" happy-dom@"=13.4.0"