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
|
- 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue