File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 33
33
runner :
34
34
- ubuntu-latest
35
35
version :
36
- - " 1.14.0 "
36
+ - " 1.17.1 "
37
37
- " 1.x"
38
38
runs-on : ${{ matrix.runner }}
39
39
steps :
@@ -65,11 +65,11 @@ jobs:
65
65
- macos-latest
66
66
- ubuntu-latest
67
67
version :
68
- - " 1.14.0 "
68
+ - " 1.17.1 "
69
69
- " 1.x"
70
70
host_version :
71
- - vim : " v8.2.3081 "
72
- nvim : " v0.5 .0"
71
+ - vim : " v8.2.3452 "
72
+ nvim : " v0.6 .0"
73
73
runs-on : ${{ matrix.runner }}
74
74
steps :
75
75
- run : git config --global core.autocrlf false
Original file line number Diff line number Diff line change 9
9
10
10
tools : FORCE # # Install development tools
11
11
@mkdir -p ${TOOLS}
12
- @deno install -A -f -n udd --root ${TOOLS} https://deno.land/x/udd@0.4.0 /main.ts
12
+ @deno install -A -f -n udd --root ${TOOLS} https://deno.land/x/udd@0.7.2 /main.ts
13
13
14
14
fmt : FORCE # # Format code
15
15
@deno fmt --ignore=.deno
Original file line number Diff line number Diff line change 1
- export * as fs from "https://deno.land/std@0.119 .0/fs/mod.ts" ;
2
- export * as hash from "https://deno.land/std@0.119 .0/hash/mod.ts" ;
3
- export * as path from "https://deno.land/std@0.119 .0/path/mod.ts" ;
4
- export { deferred } from "https://deno.land/std@0.119 .0/async/mod.ts" ;
1
+ export * as fs from "https://deno.land/std@0.123 .0/fs/mod.ts" ;
2
+ export * as hash from "https://deno.land/std@0.123 .0/hash/mod.ts" ;
3
+ export * as path from "https://deno.land/std@0.123 .0/path/mod.ts" ;
4
+ export { deferred } from "https://deno.land/std@0.123 .0/async/mod.ts" ;
5
5
6
- export * from "https://deno.land/x/denops_core@v2.2 .0/mod.ts#^" ;
6
+ export * from "https://deno.land/x/denops_core@v3.0 .0/mod.ts#^" ;
7
7
8
8
export * from "https://deno.land/x/unknownutil@v1.1.4/mod.ts#^" ;
Original file line number Diff line number Diff line change 1
- export * from "https://deno.land/std@0.119 .0/testing/asserts.ts" ;
1
+ export * from "https://deno.land/std@0.123 .0/testing/asserts.ts" ;
2
2
3
- export * from "https://deno.land/x/denops_core@v2.2 .0/test/mod.ts#^" ;
3
+ export * from "https://deno.land/x/denops_core@v3.0 .0/test/mod.ts#^" ;
You can’t perform that action at this time.
0 commit comments