From 4278171dd748f930128ba1012fcb76689038bdcc Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 12 Sep 2025 09:49:31 +0300 Subject: [PATCH] bump node version in eas.json --- eas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eas.json b/eas.json index a705c40027..c8b1e47f14 100644 --- a/eas.json +++ b/eas.json @@ -6,7 +6,7 @@ }, "build": { "base": { - "node": "18.18.2" + "node": "20.19.4" }, "development": { "extends": "base",