We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d733c commit 25ca494Copy full SHA for 25ca494
.github/actions/setup-deno/action.yaml
@@ -6,4 +6,4 @@ runs:
6
steps:
7
- uses: denoland/setup-deno@v2
8
with:
9
- deno-version: 2.5.6 # Keep in sync with mise.toml
+ deno-version: 2.6.3 # Keep in sync with mise.toml
mise.toml
@@ -2,6 +2,6 @@
2
# Bun version should be kept in sync with GitHub Actions workflows
3
bun = "1.2.22"
4
# Deno version should be kept in sync with GitHub Actions workflows
5
-deno = "2.5.6"
+deno = "2.6.3"
node = "22"
"npm:pnpm" = "latest"
0 commit comments