File tree Expand file tree Collapse file tree 4 files changed +339
-310
lines changed Expand file tree Collapse file tree 4 files changed +339
-310
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- runs-on : ubuntu-22.04
11
+ runs-on : ubuntu-latest
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 : calcit-lang/setup-cr@0.0.3
21
- with :
22
- version : " 0.9.0-a1"
20
+ - uses : calcit-lang/setup-cr@0.0.8
23
21
24
22
- name : " compiles to js"
25
23
run : >
Original file line number Diff line number Diff line change 1
1
2
2
{}
3
+ :calcit-version |0.9.8
3
4
:dependencies $ {}
4
5
|calcit-lang/lilac |main
5
6
|calcit-lang/memof |main
6
7
|Respo/respo.calcit |main
7
8
|Respo/reel.calcit |main
8
- |Respo/respo-markdown.calcit |main
9
- |Respo/respo-ui.calcit |0.5.15
9
+ |Respo/respo-markdown.calcit |0.4.7
10
+ |Respo/respo-ui.calcit |0.6.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@calcit/procs" : " ^0.9.0-a1 " ,
3
+ "@calcit/procs" : " ^0.9.8 " ,
4
4
"cirru-color" : " ^0.2.4" ,
5
5
"copy-text-to-clipboard" : " ^3.2.0"
6
6
},
7
7
"devDependencies" : {
8
8
"bottom-tip" : " ^0.1.5" ,
9
- "vite" : " ^5.3.3 "
9
+ "vite" : " ^6.0.11 "
10
10
},
11
11
"version" : " 0.0.1"
12
12
}
You can’t perform that action at this time.
0 commit comments