Skip to content

Commit e839d2a

Browse files
committed
💥 Use Deno 1.32 in CI
1 parent d3c1e6a commit e839d2a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- macos-latest
5555
- ubuntu-latest
5656
version:
57-
- "1.28.0"
57+
- "1.32.x"
5858
- "1.x"
5959
host_version:
6060
- vim: "v9.0.0472"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/.tools
2+
deno.lock

deno.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"lock": false,
33
"tasks": {
4-
"test": "deno test --no-lock --unstable -A --doc --parallel --shuffle",
5-
"check": "deno check --no-lock --unstable $(find . -name '*.ts')",
6-
"upgrade": "deno run --no-lock -A https://deno.land/x/udd/main.ts $(find . -name '*.ts')",
7-
"gen:function": "deno run --no-lock --unstable -A ./scripts/gen-function/gen-function.ts",
8-
"gen:option": "deno run --no-lock --unstable -A ./scripts/gen-option/gen-option.ts",
4+
"test": "deno test --unstable -A --doc --parallel --shuffle",
5+
"check": "deno check --unstable $(find . -name '*.ts')",
6+
"upgrade": "deno run -A https://deno.land/x/udd/main.ts $(find . -name '*.ts')",
7+
"gen:function": "deno run --unstable -A ./scripts/gen-function/gen-function.ts",
8+
"gen:option": "deno run --unstable -A ./scripts/gen-option/gen-option.ts",
99
"gen": "deno task gen:function && deno task gen:option && deno fmt"
1010
}
1111
}

0 commit comments

Comments
 (0)