Skip to content

Commit

Permalink
Merge pull request #7 from calcit-lang/updates
Browse files Browse the repository at this point in the history
upgrade calcit version
  • Loading branch information
NoEgAm authored Aug 30, 2024
2 parents 39d814f + f49c8a1 commit 4c5bae5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 31 deletions.
18 changes: 4 additions & 14 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,16 @@ 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/cr'
name: 'cr'
version: '0.8.0'

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

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

- run: cr --emit-js -1 --entry test && yarn && node ./main.mjs
- run: cr -1 --entry test js && yarn && node ./main.mjs
2 changes: 1 addition & 1 deletion package.cirru → deps.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{}
:calcit-version |0.9.4
:dependencies $ {}
|calcit-lang/calcit-test |main
|calcit-lang/calcit.std |main

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.0.7",
"dependencies": {
"@calcit/procs": "^0.8.0"
"@calcit/procs": "^0.9.4"
},
"scripts": {},
"devDependencies": {}
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock

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

0 comments on commit 4c5bae5

Please sign in to comment.