Skip to content

Commit

Permalink
fix: install deno
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaszkowic committed Jun 13, 2024
1 parent 22337ed commit 9f3bb42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- uses: supabase/setup-cli@v1
with:
version: 1.142.2
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: supabase start
- run: npm ci
- run: npm run build --if-present
Expand Down

0 comments on commit 9f3bb42

Please sign in to comment.