Skip to content

Commit f0f7c2f

Browse files
committed
upgrade deps; remove outdated ir info
1 parent d686184 commit f0f7c2f

File tree

5 files changed

+550
-18667
lines changed

5 files changed

+550
-18667
lines changed

.github/workflows/upload.yaml

+5-13
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,16 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
cache: 'yarn'
1919

20-
- uses: supplypike/setup-bin@v3
20+
- uses: calcit-lang/setup-cr@0.0.3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.16/cr'
23-
name: 'cr'
24-
version: '0.8.16'
25-
26-
- uses: supplypike/setup-bin@v3
27-
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.16/caps'
29-
name: 'caps'
30-
version: '0.8.16'
22+
version: "0.8.44"
3123

3224
- name: "compiles to js"
3325
run: >

0 commit comments

Comments
 (0)