File tree Expand file tree Collapse file tree 4 files changed +10
-2774
lines changed Expand file tree Collapse file tree 4 files changed +10
-2774
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,16 @@ 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
- - uses : actions/setup-node@v3
15
+ - uses : actions/setup-node@v4
16
16
with :
17
- node-version : 18
17
+ node-version : 20
18
18
cache : ' yarn'
19
19
20
- - uses : supplypike /setup-bin@v3
20
+ -
uses :
calcit-lang /setup-[email protected]
21
21
with :
22
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/cr'
23
- name : ' cr'
24
- version : ' 0.8.0-a3'
25
-
26
- - uses : supplypike/setup-bin@v3
27
- with :
28
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/caps'
29
- name : ' caps'
30
- version : ' 0.8.0-a3'
22
+ version : " 0.8.43"
31
23
32
24
- name : " test"
33
25
run : caps --ci && cr --entry test -1
You can’t perform that action at this time.
0 commit comments