Skip to content

🔧 update: switch to Node.js runtime with Bun build toolchain and update docs - #5

Merged
warengonzaga merged 3 commits into
mainfrom
dev
May 13, 2026
Merged

🔧 update: switch to Node.js runtime with Bun build toolchain and update docs#5
warengonzaga merged 3 commits into
mainfrom
dev

Conversation

@warengonzaga

@warengonzaga warengonzaga commented May 13, 2026

Copy link
Copy Markdown
Owner

Summary

This PR updates the project runtime strategy to Node.js + Bun toolchain and aligns docs/workflows with that direction.

What Changed

  • Switched runtime expectations to Node.js, while keeping Bun for build and test tasks.
  • Updated package scripts so local execution uses built Node output.
  • Added/updated runtime engine constraints to reflect current support.
  • Updated CI/package workflow to use the current Node version baseline.
  • Updated contributor and README guidance:
    • runtime/prerequisite wording
    • local run instructions
    • command examples (npm exec guidance)

Why

The goal is to standardize execution on Node.js while preserving Bun for fast build/test workflows. This makes runtime behavior clearer for users and keeps contributor/docs/CI behavior consistent.

Impact

  • No feature behavior changes intended for label operations.
  • Developer workflow is clearer and more predictable.
  • Documentation and automation now match the actual runtime model.

Validation

  • Build and test flow remains Bun-based.
  • Runtime execution path is Node-based (built output).
  • CI checks are passing for this PR.

Notes

  • Includes follow-up alignment commit(s) for docs/workflow consistency.
  • No breaking CLI command changes intended for end users.

Copilot AI review requested due to automatic review settings May 13, 2026 05:57

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.

Copilot wasn't able to review any files in this pull request.

@github-actions

Copy link
Copy Markdown

🚀 Development Build

Development version ready for integration testing

📦 Package Information

  • Package: github-labels-template
  • Version: 0.9.1-dev.4457326
  • Dist-tag: dev

📥 Installation Instructions

NPM Registry

npm install github-labels-template@0.9.1-dev.4457326
npm install github-labels-template@dev  # Use dist-tag

View on NPM Registry

GitHub Packages

npm install @warengonzaga/github-labels-template@0.9.1-dev.4457326
npm install @warengonzaga/github-labels-template@dev  # Use dist-tag

✨ Auto-scoped as @warengonzaga/github-labels-template (from repository owner)

View on GitHub Packages

🔒 Security Audit

No vulnerabilities found


This package was built automatically by the Package Build Flow action.

@warengonzaga
warengonzaga merged commit c4916fa into main May 13, 2026
2 checks passed
@warengonzaga
warengonzaga deleted the dev branch May 13, 2026 06:04
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