Skip to content

Commit

Permalink
add Deno installation step in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Jan 14, 2025
1 parent 21bf21a commit de7d599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
with:
node-version: "21"

- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x

- name: Run install
uses: borales/actions-yarn@v4
with:
Expand Down

0 comments on commit de7d599

Please sign in to comment.