Skip to content

chore: minor enhancements to publish workflow - #126

Merged
francinelucca merged 2 commits into
mainfrom
francinelucca-patch-1
Aug 4, 2026
Merged

chore: minor enhancements to publish workflow#126
francinelucca merged 2 commits into
mainfrom
francinelucca-patch-1

Conversation

@francinelucca

@francinelucca francinelucca commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the Node.js version and related GitHub Actions for the publish workflow to ensure compatibility with the latest Node.js features and to improve the package publishing process.

Workflow and environment updates:

  • Updated the actions/setup-node action from version 3 to version 6 in .github/workflows/publish.yml for improved compatibility and security.
  • Increased the Node.js version used in the workflow from 18 to 24 to utilize the latest Node features.

Publishing process improvement:

  • Added the --access public flag to the npm publish command to ensure the package is published with public access.

Copilot AI review requested due to automatic review settings August 3, 2026 23:45
@francinelucca
francinelucca requested a review from a team as a code owner August 3, 2026 23:45

Copilot AI left a comment

Copy link
Copy Markdown

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 publishing workflow so releases are publicly accessible.

Changes:

  • Adds --access public to the npm publish command.
Show a summary per file
File Description
.github/workflows/publish.yml Publishes the npm package with public access.

Review details

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@francinelucca francinelucca changed the title Change npm publish access to public chore: minor enhancements to publish workflow Aug 3, 2026
@francinelucca
francinelucca merged commit ad9a0cb into main Aug 4, 2026
6 checks passed
@francinelucca
francinelucca deleted the francinelucca-patch-1 branch August 4, 2026 01:35
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.

3 participants