Skip to content

Commit

Permalink
ci: fix deno version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Nov 7, 2024
1 parent 936f60c commit c2608be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
deno-version: canary

# Uncomment this step to verify the use of 'deno fmt' on each commit.
# - name: Verify formatting
Expand All @@ -42,7 +42,7 @@ jobs:
run: deno task test

- name: Install Danet CLI
run: deno install --allow-read --allow-write --allow-run --allow-env -n danet https://deno.land/x/danet_cli/main.ts
run: deno install --allow-read --allow-write --allow-run --allow-env -n danet jsr:@danet/cli
- name: Bundle app with danet CLI
run: danet bundle run.js
- name: Deploy to Deno Deploy
Expand Down

0 comments on commit c2608be

Please sign in to comment.