Skip to content

Commit 0f089c1

Browse files
committed
upgrade deps; clear oudated ir info; add version badge
1 parent e8878d3 commit 0f089c1

File tree

5 files changed

+323
-1391
lines changed

5 files changed

+323
-1391
lines changed

.github/workflows/upload.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,10 @@ jobs:
1717
node-version: 20
1818
cache: 'yarn'
1919

20-
- uses: supplypike/setup-bin@v3
20+
- uses: calcit-lang/setup-[email protected]
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.30/cr'
23-
name: 'cr'
24-
version: '0.8.30'
22+
version: "0.8.43"
2523

26-
- uses: supplypike/setup-bin@v3
27-
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.30/caps'
29-
name: 'caps'
30-
version: '0.8.30'
3124
- name: "compiles to js"
3225
run: >
3326
caps --ci && cr --emit-js --once

0 commit comments

Comments
 (0)