Skip to content

Commit ff7ce5b

Browse files
committed
Upgrade Deno to 2.7.5
1 parent 1cc4d99 commit ff7ce5b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/actions/setup-deno/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ runs:
66
steps:
77
- uses: denoland/setup-deno@v2
88
with:
9-
deno-version: 2.7.1 # Keep in sync with mise.toml
9+
deno-version: 2.7.5 # Keep in sync with mise.toml

examples/fresh/deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"dom.asynciterable",
3232
"dom.iterable",
3333
"deno.ns",
34-
"deno.unstable"
34+
"deno.unstable",
35+
"deno.temporal"
3536
],
3637
"jsx": "precompile",
3738
"jsxImportSource": "preact",

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
bun = "1.2.22"
3-
deno = "2.7.1"
3+
deno = "2.7.5"
44
node = "22"
55
pnpm = "10.28.0"
66

0 commit comments

Comments
 (0)