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 1cc4d99 commit ff7ce5bCopy full SHA for ff7ce5b
3 files changed
.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.7.1 # Keep in sync with mise.toml
+ deno-version: 2.7.5 # Keep in sync with mise.toml
examples/fresh/deno.json
@@ -31,7 +31,8 @@
31
"dom.asynciterable",
32
"dom.iterable",
33
"deno.ns",
34
- "deno.unstable"
+ "deno.unstable",
35
+ "deno.temporal"
36
],
37
"jsx": "precompile",
38
"jsxImportSource": "preact",
mise.toml
@@ -1,6 +1,6 @@
1
[tools]
2
bun = "1.2.22"
3
-deno = "2.7.1"
+deno = "2.7.5"
4
node = "22"
5
pnpm = "10.28.0"
0 commit comments