mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-05-09 08:15:25 +02:00
[PR #47] [MERGED] fix: replace npm install with npm ci and add provenance flag to npm publish #73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/express-prom-bundle/pull/47
Author: @BreizhHardware
Created: 2/18/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (1)
821dfb2fix: replace npm install with npm ci and add provenance flag to npm publish📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
.github/workflows/release.yml(+2 -2)📄 Description
This pull request updates the npm publish workflow to improve reliability and security during releases. The most important changes are:
Workflow improvements:
npm installwithnpm cito ensure a clean and reproducible install of dependencies in the release workflow (.github/workflows/release.yml).--provenanceflag tonpm publishto provide verifiable build provenance for published packages, enhancing supply chain security (.github/workflows/release.yml).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.