File tree Expand file tree Collapse file tree 5 files changed +912
-871
lines changed
Expand file tree Collapse file tree 5 files changed +912
-871
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ jobs:
1010 test :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
1515 - uses : actions/setup-node@v3
1616 with :
17- node-version : 18
17+ node-version : 20
1818 cache : ' yarn'
1919
2020 - uses : supplypike/setup-bin@v3
2121 with :
22- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7 /cr'
22+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.4 /cr'
2323 name : ' cr'
24- version : ' 0.7.0-a7 '
24+ version : ' 0.8.4 '
2525
2626 - uses : supplypike/setup-bin@v3
2727 with :
28- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7 /caps'
28+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.4 /caps'
2929 name : ' caps'
30- version : ' 0.7.0-a7 '
30+ version : ' 0.8.4 '
3131
3232 - name : " compiles to js"
3333 run : >
You can’t perform that action at this time.
0 commit comments