Skip to content

Commit

Permalink
Use specific major version
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Jan 28, 2024
1 parent 2f1f6d8 commit 5379f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@main
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno --version
- run: |
make
make summary
x

0 comments on commit 5379f0c

Please sign in to comment.