diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b2673975..56aff2e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,6 +134,11 @@ jobs: node-version: ${{ matrix.node_version }} cache: 'pnpm' + - name: Use Deno + uses: denoland/setup-deno@v1 + with: + deno-version: v1.19.3 + - name: Download Build Artifacts uses: actions/download-artifact@v3 |