Skip to content

Commit

Permalink
ci(nightly): add deno for typechecking deno files (#4738)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh committed Dec 1, 2022
1 parent 200eea9 commit ab29ec3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
node-version-file: ".nvmrc"
cache: "yarn"

- name: 🦕 Setup deno
uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x

- name: 📥 Install deps
run: yarn --frozen-lockfile

Expand Down

0 comments on commit ab29ec3

Please sign in to comment.