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:
1212 steps :
1313 - uses : actions/checkout@v4
1414
15- - uses : actions/setup-node@v3
15+ - uses : actions/setup-node@v4
1616 with :
1717 node-version : 20
1818 cache : ' yarn'
1919
20- - uses : supplypike /setup-bin@v3
20+ - uses : calcit-lang /setup-cr@0.0.3
2121 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"
3123
3224 - name : " compiles to js"
3325 run : >
Original file line number Diff line number Diff line change 1212 "license" : " MIT" ,
1313 "devDependencies" : {
1414 "bottom-tip" : " ^0.1.5" ,
15- "vite" : " ^4.5.3 "
15+ "vite" : " ^5.2.9 "
1616 },
1717 "dependencies" : {
18- "@calcit/procs" : " ^0.8.4 " ,
18+ "@calcit/procs" : " ^0.8.50 " ,
1919 "feather-icons" : " ^4.29.1" ,
2020 "shortid" : " ^2.2.16"
2121 }
You can’t perform that action at this time.
0 commit comments