From 73a641ff2600fb37085543706aae430ec3e70275 Mon Sep 17 00:00:00 2001
From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
Date: Fri, 10 May 2024 16:35:05 -0500
Subject: [PATCH] Update test data

---
 __tests__/data/package-volta.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/__tests__/data/package-volta.json b/__tests__/data/package-volta.json
index ebee7dfc..6c9583f1 100644
--- a/__tests__/data/package-volta.json
+++ b/__tests__/data/package-volta.json
@@ -3,6 +3,6 @@
     "node": "^14.0.0"
   },
   "volta": {
-    "node": "16.0.0"
+    "node": "20.0.0"
   }
 }