A Deno-compatible AT Protocol OAuth client that serves as a drop-in replacement for @atproto/oauth-client-node

fix: update GitHub Actions to use Deno v2.x for lockfile compatibility

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/publish.yml
··· 20 20 - name: Setup Deno 21 21 uses: denoland/setup-deno@v1 22 22 with: 23 - deno-version: v1.x 23 + deno-version: v2.x 24 24 25 25 - name: Verify code quality 26 26 run: |