Skip to content

Commit 328fa8c

Browse files
committed
upgrade calcit
1 parent 946ad0f commit 328fa8c

File tree

3 files changed

+297
-196
lines changed

3 files changed

+297
-196
lines changed

.github/workflows/upload.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,14 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
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.4/cr'
23-
name: 'cr'
24-
version: '0.8.4'
25-
26-
- uses: supplypike/setup-bin@v3
27-
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/caps'
29-
name: 'caps'
30-
version: '0.8.4'
22+
version: "0.8.50"
3123

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"license": "MIT",
1313
"devDependencies": {
1414
"bottom-tip": "^0.1.5",
15-
"vite": "^4.5.3"
15+
"vite": "^5.2.9"
1616
},
1717
"dependencies": {
18-
"@calcit/procs": "^0.8.4",
18+
"@calcit/procs": "^0.8.50",
1919
"feather-icons": "^4.29.1",
2020
"shortid": "^2.2.16"
2121
}

0 commit comments

Comments
 (0)