Skip to content

Specify Deno version#978

Merged
5ouma merged 3 commits into
mainfrom
ci-ci-specify-deno-version
May 23, 2026
Merged

Specify Deno version#978
5ouma merged 3 commits into
mainfrom
ci-ci-specify-deno-version

Conversation

@5ouma
Copy link
Copy Markdown
Owner

@5ouma 5ouma commented May 23, 2026

Maintain reproducibility of runs.

Maintain reproducability of runs.
Copilot AI review requested due to automatic review settings May 23, 2026 15:25
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 23, 2026

Warning

Review limit reached

@5ouma, we couldn't start this review because you've used your available PR reviews for now.

Your plan currently allows 1 review/hour. Refill in 46 minutes and 2 seconds.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more review capacity refills, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4015d57a-93a7-4307-be3d-b483b56cf363

📥 Commits

Reviewing files that changed from the base of the PR and between cf20253 and e939e1d.

📒 Files selected for processing (1)
  • .github/workflows/ci.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci-ci-specify-deno-version

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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

This PR improves CI reproducibility by pinning the Deno runtime version used in the GitHub Actions workflow, ensuring consistent behavior across runs and over time.

Changes:

  • Pin deno-version: 2.7.14 for the Deno setup steps in lint, format, and type-check jobs.
  • Keep existing Deno cache behavior where already enabled.
Comments suppressed due to low confidence (2)

.github/workflows/ci.yml:95

  • This repeats the same hardcoded deno-version value used elsewhere in the workflow. Consider using a shared workflow-level env variable for the Deno version so it only needs to be updated in one place.
      - name: 🦕 Set up Deno
        uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4
        with:
          deno-version: 2.7.14

.github/workflows/ci.yml:120

  • The Deno version is hardcoded here as well as in other jobs. Centralizing it (e.g., workflow env: DENO_VERSION) reduces the chance of future jobs accidentally running different Deno versions.
        id: setup-deno
        uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4
        with:
          deno-version: 2.7.14
          cache: true

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

Comment thread .github/workflows/ci.yml
@5ouma 5ouma merged commit 5f9fb52 into main May 23, 2026
8 of 10 checks passed
@5ouma 5ouma deleted the ci-ci-specify-deno-version branch May 23, 2026 15:41
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