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:
10
10
test :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- uses : actions/setup-node@v3
16
16
with :
17
- node-version : 18
17
+ node-version : 20
18
18
cache : ' yarn'
19
19
20
20
- uses : supplypike/setup-bin@v3
21
21
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'
23
23
name : ' cr'
24
- version : ' 0.7.0-a7 '
24
+ version : ' 0.8.4 '
25
25
26
26
- uses : supplypike/setup-bin@v3
27
27
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'
29
29
name : ' caps'
30
- version : ' 0.7.0-a7 '
30
+ version : ' 0.8.4 '
31
31
32
32
- name : " compiles to js"
33
33
run : >
You can’t perform that action at this time.
0 commit comments