Skip to content

Commit

Permalink
upgrade calcit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 24, 2024
1 parent 4a9026e commit af980e0
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 146 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.30/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.34/cr'
name: 'cr'
version: '0.8.30'
version: '0.8.34'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.30/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.34/caps'
name: 'caps'
version: '0.8.30'
version: '0.8.34'

- name: "load deps"
run: caps --ci && yarn
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.16.5",
"dependencies": {
"@calcit/procs": "^0.8.30"
"@calcit/procs": "^0.8.34"
},
"scripts": {
"test": "cr --once --emit-js --init-fn=respo.test.main/main! && node test.mjs"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.1.1"
"vite": "^5.1.4"
}
}
Loading

0 comments on commit af980e0

Please sign in to comment.