From 978c452655baa97f23620c90a96275e658c01c35 Mon Sep 17 00:00:00 2001 From: Simrndeep Singh Date: Mon, 6 Apr 2026 16:44:00 +0530 Subject: [PATCH] ci: enable npm provenance --- .github/workflows/ci.yml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c117fe..bfabaa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: workflow_call: push: - branches: [master, develop] + branches: [develop] pull_request: branches: [master, develop] diff --git a/package.json b/package.json index d186435..e724963 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "LICENSE" ], "publishConfig": { - "access": "public" + "access": "public", + "provenance": true }, "sideEffects": [ "dist/iife/*",