From 4851a1dd7a52fb9841ae3e0304788a2c16a7fc0d Mon Sep 17 00:00:00 2001 From: Amarin Phaosawasdi Date: Fri, 29 Apr 2022 17:25:15 -0700 Subject: [PATCH] test: temporarily workaround node 18 source-map issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed119d92..61588b16 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "p-limit": "^3.0.0", "pify": "^5.0.0", "protobufjs": "~6.11.0", - "source-map": "^0.7.3", + "source-map": "~0.8.0-beta.0", "split": "^1.0.1" }, "devDependencies": {