chore: pin Deno to 2.3.7 in release workflow (#1279)
parent
7b81b1579a
commit
97abe3f94b
|
@ -26,7 +26,8 @@ jobs:
|
|||
- uses: denoland/setup-deno@v2
|
||||
with:
|
||||
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
|
||||
run: yarn
|
||||
|
||||
|
|
Loading…
Reference in New Issue