File tree 5 files changed +1685
-1591
lines changed
5 files changed +1685
-1591
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
os-version : [ubuntu-latest]
21
- node-version : [18 .x]
21
+ node-version : [23 .x]
22
22
runs-on : ${{ matrix.os-version }}
23
23
24
24
steps :
34
34
- name : Install clojure cli
35
35
uses : DeLaGuardo/setup-clojure@master
36
36
with :
37
- cli : 1.12.0.1479
37
+ cli : 1.12.0.1530
38
38
39
39
- name : Karma Tests ${{ matrix.node-version }}
40
40
49
49
strategy :
50
50
matrix :
51
51
os-version : [ubuntu-latest]
52
- node-version : [18 .x]
52
+ node-version : [23 .x]
53
53
runs-on : ${{ matrix.os-version }}
54
54
55
55
steps :
65
65
- name : Install clojure cli
66
66
uses : DeLaGuardo/setup-clojure@master
67
67
with :
68
- cli : 1.12.0.1479
68
+ cli : 1.12.0.1530
69
69
70
70
- name : Setup Node ${{ matrix.node-version }}
71
71
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os-version : [ubuntu-latest]
15
- node-version : [18 .x]
15
+ node-version : [23 .x]
16
16
runs-on : ${{ matrix.os-version }}
17
17
18
18
steps :
28
28
- name : Install clojure cli
29
29
uses : DeLaGuardo/setup-clojure@master
30
30
with :
31
- cli : 1.12.0.1479
31
+ cli : 1.12.0.1530
32
32
33
33
- name : Karma Tests ${{ matrix.node-version }}
34
34
43
43
strategy :
44
44
matrix :
45
45
os-version : [ubuntu-latest]
46
- node-version : [18 .x]
46
+ node-version : [23 .x]
47
47
48
48
runs-on : ${{ matrix.os-version }}
49
49
steps :
59
59
- name : Install clojure cli
60
60
uses : DeLaGuardo/setup-clojure@master
61
61
with :
62
- cli : 1.12.0.1479
62
+ cli : 1.12.0.1530
63
63
64
64
- name : JSDOM Tests ${{ matrix.node-version }}
65
65
83
83
- name : Install clojure cli
84
84
uses : DeLaGuardo/setup-clojure@master
85
85
with :
86
- cli : 1.12.0.1479
86
+ cli : 1.12.0.1530
87
87
88
88
- name : Setup clojure-lsp
89
89
uses :
clojure-lsp/[email protected]
Original file line number Diff line number Diff line change 2
2
:deps {lilactown/helix {:git/url " https://github.com/lilactown/helix"
3
3
:git/sha " 32178efcdc38b1e94a01212220018d74f90859d6" }
4
4
town.lilac/flex {:git/url " https://github.com/lilactown/flex"
5
- :git/sha " afa6491ace9015577ffa9245086f945825a93633 " }
6
- metosin/reitit-malli {:mvn/version " 0.7.2 " }
7
- metosin/reitit-frontend {:mvn/version " 0.7.2 " }
5
+ :git/sha " ac4ecfc161448f42944cdfe0c334cf209a457dd9 " }
6
+ metosin/reitit-malli {:mvn/version " 0.8.0 " }
7
+ metosin/reitit-frontend {:mvn/version " 0.8.0 " }
8
8
funcool/promesa {:mvn/version " 11.0.678" }
9
9
lambdaisland/fetch {:mvn/version " 1.5.83" }
10
10
applied-science/js-interop {:mvn/version " 0.4.2" }}
11
11
:aliases {:dev {:extra-paths [" dev" " test" ]
12
12
:extra-deps {nubank/matcher-combinators {:mvn/version " 3.9.1" }
13
- thheller/shadow-cljs {:mvn/version " 2.28.18 " }
14
- cider/cider-nrepl {:mvn/version " 0.50.2 " }}}}}
13
+ thheller/shadow-cljs {:mvn/version " 3.0.2 " }
14
+ cider/cider-nrepl {:mvn/version " 0.55.3 " }}}}}
You can’t perform that action at this time.
0 commit comments