Skip to content

Commit

Permalink
Try an old version of Deno
Browse files Browse the repository at this point in the history
This broke, so fix an older version
  • Loading branch information
cowboyd committed May 4, 2023
1 parent bc65a4c commit 6874de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: setup deno
uses: denoland/setup-deno@v1
with:
deno-version: 1.32.5
deno-version: v1.25.*

- name: format
run: deno fmt --check
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tasks": {
"test": "deno test && cd cli && deno task test",
"test": "deno test",
"build:npm": "deno run -A tasks/build-npm.ts",
"build:cli": "cd cli && deno task build:cli"
},
Expand Down

0 comments on commit 6874de7

Please sign in to comment.