Upgrade Deno in CI
All checks were successful
CI / Test and lint (push) Successful in 18s
CI / Test and lint (pull_request) Successful in 16s

This commit is contained in:
2025-10-28 13:23:55 +01:00
parent 1e246af26e
commit 1c37d2dc99

View File

@@ -13,6 +13,6 @@ jobs:
node-version: 18
- uses: denoland/setup-deno@v2
with:
deno-version: v2.1.x
deno-version: v2.5.x
- run: "deno task test"
- run: "deno lint"