File tree Expand file tree Collapse file tree 3 files changed +297
-196
lines changed Expand file tree Collapse file tree 3 files changed +297
-196
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,14 @@ jobs:
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
15
- - uses : actions/setup-node@v3
15
+ - uses : actions/setup-node@v4
16
16
with :
17
17
node-version : 20
18
18
cache : ' yarn'
19
19
20
- - uses : supplypike /setup-bin@v3
20
+ -
uses :
calcit-lang /setup-[email protected]
21
21
with :
22
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.4/cr'
23
- name : ' cr'
24
- version : ' 0.8.4'
25
-
26
- - uses : supplypike/setup-bin@v3
27
- with :
28
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.4/caps'
29
- name : ' caps'
30
- version : ' 0.8.4'
22
+ version : " 0.8.50"
31
23
32
24
- name : " compiles to js"
33
25
run : >
Original file line number Diff line number Diff line change 12
12
"license" : " MIT" ,
13
13
"devDependencies" : {
14
14
"bottom-tip" : " ^0.1.5" ,
15
- "vite" : " ^4.5.3 "
15
+ "vite" : " ^5.2.9 "
16
16
},
17
17
"dependencies" : {
18
- "@calcit/procs" : " ^0.8.4 " ,
18
+ "@calcit/procs" : " ^0.8.50 " ,
19
19
"feather-icons" : " ^4.29.1" ,
20
20
"shortid" : " ^2.2.16"
21
21
}
You can’t perform that action at this time.
0 commit comments