From 75dea93e1d4bf5f3ec03f824e8cf16e037423757 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Thu, 5 Feb 2026 11:08:57 -0800 Subject: [PATCH] include type:module in package Signed-off-by: Meredith Lancaster --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cb3b122..2950213 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "actions/attest", "description": "Generate signed attestations for workflow artifacts", "version": "3.2.0", + "type": "module", "author": "", "private": true, "homepage": "https://github.com/actions/attest",