Skip to content

Commit 8853ad5

Browse files
dahliaclaude
andcommitted
Use Deno 2.6.x version range instead of pinned 2.6.2
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 17daff2 commit 8853ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: denoland/setup-deno@v2
1717
with:
18-
deno-version: 2.6.2
18+
deno-version: v2.6.x
1919
- run: deno task check
2020
- if: github.ref_type == 'branch'
2121
run: |

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
deno = "2.6.2"
2+
deno = "2.6"

0 commit comments

Comments
 (0)