Skip to content

Update publish workflow for bun usage#64

Merged
gerhardgruber merged 2 commits into
mainfrom
lj/misc/fixBunPackageWorkflow
May 11, 2026
Merged

Update publish workflow for bun usage#64
gerhardgruber merged 2 commits into
mainfrom
lj/misc/fixBunPackageWorkflow

Conversation

@lukasbash
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Contributor

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

This PR updates the GitHub Actions release workflow that publishes the package to npm, switching dependency installation from npm ci to Bun.

Changes:

  • Renamed the workflow to “Publish Package”.
  • Added oven-sh/setup-bun@v2 and replaced npm ci with bun install in both the build and publish jobs.
  • Kept actions/setup-node@v4 for the npm publish step while using Bun for installs.

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

Comment thread .github/workflows/npm-publish.yml
Comment thread .github/workflows/npm-publish.yml
Comment thread .github/workflows/npm-publish.yml
Comment thread .github/workflows/npm-publish.yml Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@gerhardgruber gerhardgruber merged commit 6bd85bd into main May 11, 2026
2 checks passed
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