chore: pin Deno to 2.3.7 in release workflow (#1279)

pull/1280/head
Yoshiya Hinosawa 2025-07-04 10:02:48 +09:00 committed by GitHub
parent 7b81b1579a
commit 97abe3f94b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ jobs:
- uses: denoland/setup-deno@v2 - uses: denoland/setup-deno@v2
with: with:
cache: true cache: true
deno-version: v2.x # TODO: Update to v2.x when https://github.com/jsr-io/jsr-npm/issues/129 is resolved
deno-version: v2.3.7
- name: Install Dependencies - name: Install Dependencies
run: yarn run: yarn