File tree Expand file tree Collapse file tree 5 files changed +329
-306
lines changed
Expand file tree Collapse file tree 5 files changed +329
-306
lines changed Original file line number Diff line number Diff line change @@ -12,26 +12,16 @@ 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
21- with :
22- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.16/cr'
23- name : ' cr'
24- version : ' 0.8.16'
25-
26- - uses : supplypike/setup-bin@v3
27- with :
28- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.16/caps'
29- name : ' caps'
30- version : ' 0.8.16'
20+ - uses : calcit-lang/setup-cr@0.0.7
3121
3222 - name : " compiles to js"
3323 run : >
34- caps --ci && cr --emit-js --once
24+ caps --ci && cr -1 js
3525 && yarn && yarn vite build --base=./
3626
3727 - name : Deploy to server
Original file line number Diff line number Diff line change 55js-out /
66node_modules /
77dist /
8+
9+ .DS_Store
Original file line number Diff line number Diff line change 11
22{}
3+ :calcit-version |0.9.6
34 :dependencies $ {}
45 |calcit-lang/lilac |main
56 |calcit-lang/memof |main
Original file line number Diff line number Diff line change 1212 "license" : " MIT" ,
1313 "devDependencies" : {
1414 "bottom-tip" : " ^0.1.5" ,
15- "vite" : " ^5.0 .11"
15+ "vite" : " ^5.4 .11"
1616 },
1717 "dependencies" : {
18- "@calcit/procs" : " ^0.8.16 " ,
19- "diff" : " ^5.1 .0"
18+ "@calcit/procs" : " ^0.9.6 " ,
19+ "diff" : " ^7.0 .0"
2020 }
2121}
You can’t perform that action at this time.
0 commit comments