From 9d4216cb3d9e601313297c81646a293a8754cee4 Mon Sep 17 00:00:00 2001 From: ashwiniag Date: Sat, 12 Oct 2024 21:16:52 +0530 Subject: [PATCH] updates module --- .github/actions/gokakashi-scan/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/gokakashi-scan/package.json b/.github/actions/gokakashi-scan/package.json index 0659c16..317f977 100644 --- a/.github/actions/gokakashi-scan/package.json +++ b/.github/actions/gokakashi-scan/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "GitHub Action for scanning images using goKakashi", "main": "index.js", + "type": "module", "dependencies": { "@actions/core": "^1.10.1", "node-fetch": "^3.3.2"