From d6b742734531ec91daee0499ab1f4647ab968bfe Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Tue, 5 Aug 2025 11:47:12 -0500 Subject: [PATCH] Change configure action type to commonjs --- configure/dist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/dist/package.json b/configure/dist/package.json index 3dbc1ca..5bbefff 100644 --- a/configure/dist/package.json +++ b/configure/dist/package.json @@ -1,3 +1,3 @@ { - "type": "module" + "type": "commonjs" }