Skip to content

Commit

Permalink
Fix Deno CI Build (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Oct 16, 2024
1 parent 166845e commit 5f8f3e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
node-version: 'lts/*'
- uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
# Deno v2 throws errors with specific types therefore we set it to the last version before v2
deno-version: v1.42.x
- name: ${{ matrix.step }}
if: always()
run: |
Expand Down

0 comments on commit 5f8f3e6

Please sign in to comment.