Skip to content

Commit

Permalink
ci: use the latest stable Deno pinned version
Browse files Browse the repository at this point in the history
  • Loading branch information
resulraveendran authored Sep 24, 2024
1 parent f6b4ffb commit d11d0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: v1.5.1

# Step 3: Install dependencies from package.json
- name: Install dependencies
Expand Down

0 comments on commit d11d0e5

Please sign in to comment.