Conversation
* Add registry-url to setup-node step to enable authenticated npm publishing * Add --provenance flag to npm publish command for package provenance attestation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2367 +/- ##
=======================================
Coverage 94.04% 94.04%
=======================================
Files 19 19
Lines 336 336
Branches 51 52 +1
=======================================
Hits 316 316
Misses 20 20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
User description
PR Type
Enhancement
Description
Add registry-url configuration to setup-node for authenticated npm publishing
Enable package provenance attestation with --provenance flag
Diagram Walkthrough
File Walkthrough
nodejs.yml
Configure npm registry authentication and provenance.github/workflows/nodejs.yml
registry-url: 'https://registry.npmjs.org'to setup-node actionconfiguration for authenticated npm publishing
--provenanceflag for packageprovenance attestation