Skip to content

Commit

Permalink
Fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Nov 13, 2023
1 parent 1d498cd commit d8eda0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

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

- name: Install dev deps
run: |
yarn
Expand Down

0 comments on commit d8eda0a

Please sign in to comment.