Skip to content

ci: use correct Bun version #6640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025
Merged

Conversation

uki00a
Copy link
Contributor

@uki00a uki00a commented May 5, 2025

This is a minor change. This PR changes matrix.node to matrix.bun to prevent the use of unintended versions of Bun in the future.

test-bun:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
bun:
- latest
os:
- ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Deno
uses: denoland/setup-deno@v2
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: ${{ matrix.node }}

Copy link

codecov bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.75%. Comparing base (6a00d6c) to head (335f2fc).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6640   +/-   ##
=======================================
  Coverage   94.75%   94.75%           
=======================================
  Files         584      584           
  Lines       46563    46563           
  Branches     6541     6541           
=======================================
  Hits        44119    44119           
  Misses       2401     2401           
  Partials       43       43           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@uki00a uki00a marked this pull request as ready for review May 5, 2025 10:48
@uki00a uki00a requested a review from kt3k as a code owner May 5, 2025 10:48
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

oh, good catch! Thanks

@kt3k kt3k merged commit fc46aad into denoland:main May 5, 2025
21 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.

2 participants