Skip to content

Update publish.yml#96

Open
gracepark wants to merge 1 commit intomainfrom
gracepark-patch-1
Open

Update publish.yml#96
gracepark wants to merge 1 commit intomainfrom
gracepark-patch-1

Conversation

@gracepark
Copy link
Copy Markdown

Copilot AI review requested due to automatic review settings May 8, 2026 20:25
@gracepark gracepark requested a review from a team as a code owner May 8, 2026 20:25
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the npm release workflow to support an OIDC-based publish flow (with npm provenance) as part of the broader OIDC migration effort.

Changes:

  • Adds id-token: write permission and switches npm publish to use --provenance (removing the npm token secret usage).
  • Updates GitHub Actions dependencies (actions/checkout, actions/setup-node) to @v4.
  • Bumps the publish job Node runtime from 14 to 24.
Show a summary per file
File Description
.github/workflows/publish.yml Migrates the release publish workflow to OIDC/provenance publishing and modernizes action + Node versions.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants