Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jul 22, 2024
1 parent 469232d commit 2561f30
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 28 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,9 @@ jobs:
node-version: 20
cache: 'yarn'

- uses: supplypike/setup-bin@v3
- uses: calcit-lang/setup-[email protected]
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.9/cr'
name: 'cr'
version: '0.8.9'

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

- name: "test"
run: caps --ci && cr -1

- run: cr --emit-js -1 && yarn && node ./main.mjs
run: caps --ci && cr -1 && cr -1 js && yarn && node ./main.mjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.2.1",
"dependencies": {
"@calcit/procs": "^0.8.9"
"@calcit/procs": "^0.9.0-a1"
},
"scripts": {},
"devDependencies": {}
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock

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

0 comments on commit 2561f30

Please sign in to comment.