From 5d799d14c80878ae4c1bb8bc5826d43839bdee32 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 11 Nov 2024 14:58:39 +0100 Subject: [PATCH] Fix build --- experiments/pilot-indirectSource/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/pilot-indirectSource/package.json b/experiments/pilot-indirectSource/package.json index 1e5d0ca..f2bc134 100644 --- a/experiments/pilot-indirectSource/package.json +++ b/experiments/pilot-indirectSource/package.json @@ -22,8 +22,8 @@ "magpie-base": "3.x" }, "engines": { - "node": "14.x || 16.x", - "npm": ">=7.0.0" + "node": "20.x", + "npm": "10.x" }, "browserslist": [ "> 1%",