Skip to content

Commit

Permalink
add deno install to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sokmontrey committed Dec 31, 2024
1 parent 90d5755 commit 1980669
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ jobs:
with:
deno-version: v2.x

- name: Install dependencies
run: "deno install"

- name: Build step
run: "deno task build:prod"

0 comments on commit 1980669

Please sign in to comment.