Skip to content

Commit a9dc277

Browse files
committed
fix ci
1 parent d01a841 commit a9dc277

3 files changed

Lines changed: 3 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- name: Setup Deno
1717
uses: denoland/setup-deno@main
1818
with:
19-
deno-version: "v2.3.3"
19+
deno-version: "v2.x"
2020

2121
- name: Check Formatting
2222
run: deno fmt --check
2323

2424
- name: Lint
25-
run: deno lint
25+
run: deno lint
2626

2727
- name: Check
2828
run: deno check src/ test/ scripts/ mod.ts

.zed/debug.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"bench:northwind": "deno bench -A bench/northwind/deno.js",
2525
"bench-wasm:northwind": "deno run -A bench/northwind/deno_wasm.js",
2626
"bench-node:northwind": "node bench/northwind/node.mjs",
27-
"bench-bun:northwind": "bun run bench/northwind/bun.js"
27+
"bench-bun:northwind": "bun run bench/northwind/bun.js"
2828
},
2929

3030
"lint": {

0 commit comments

Comments
 (0)