From ad19c2c36b568dc26f138c48c33e86532a40c841 Mon Sep 17 00:00:00 2001 From: Fredrik Ekholdt Date: Wed, 13 Nov 2024 15:23:08 +0100 Subject: [PATCH] Use newer version of npm: npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828) --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index b427e2ae..f4835650 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20.16.0 \ No newline at end of file +v22.9.0 \ No newline at end of file