Skip to content

Conversation

@dsherret
Copy link
Contributor

@dsherret dsherret commented Nov 22, 2025

Note

Update GitHub Actions to use setup-deno v2 and switch publish step to deno publish with Deno 2.x.

  • Workflows:
    • CI (.github/workflows/ci.yml): Upgrade denoland/setup-deno from v1 to v2.
    • Publish (.github/workflows/publish.yml): Install Deno via denoland/setup-deno@v2 (use 2.x) and replace npx jsr publish with deno publish.

Written by Cursor Bugbot for commit 6a005b8. This will update automatically on new commits. Configure here.

id-token: write
steps:
- uses: actions/checkout@v4
- run: npx jsr publish
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Publish workflow is failing because the jsr binary is pinned to an old version of Deno and that pulls in an old @types/node version :/

jsr-io/jsr-npm#130

Copy link
Collaborator

@kitsonk kitsonk left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

- name: install deno
uses: denoland/setup-deno@v2
with:
deno-version: 2.x
Copy link

Choose a reason for hiding this comment

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

Bug: Version mismatch between CI and publish workflows

The CI workflow tests with canary Deno version while the publish workflow uses 2.x. This version mismatch means code could pass CI tests on canary but fail during publishing with a stable 2.x version, or vice versa. The published package isn't guaranteed to work with the Deno version it was tested against.

Additional Locations (1)

Fix in Cursor Fix in Web

@kitsonk kitsonk merged commit 811ee4f into oakserver:main Nov 22, 2025
3 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