Skip to content

Commit

Permalink
upgrade calcit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Sep 28, 2023
1 parent 4b335ca commit c685ef6
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

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

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

- name: "load deps"
run: caps --ci && yarn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.16.0-a3",
"dependencies": {
"@calcit/procs": "^0.8.0-a3"
"@calcit/procs": "^0.8.2"
},
"scripts": {
"test": "cr --once --emit-js --init-fn=respo.test.main/main! && node test.mjs"
Expand Down
82 changes: 41 additions & 41 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c685ef6

Please sign in to comment.