From 986101e2bfba62203c82a86619cc264371c7b1ea Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Thu, 31 Jul 2025 12:43:03 -0500 Subject: [PATCH] Remove type module from package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 2673e60..70810f0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "load-secrets-action", "version": "2.0.0", "description": "Load Secrets from 1Password", - "type": "module", "main": "dist/index.js", "directories": { "test": "tests"