Skip to content

Commit

Permalink
change snapshot format; upgrade calcit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 8, 2023
1 parent 7928ede commit 20d6762
Show file tree
Hide file tree
Showing 5 changed files with 2,689 additions and 538 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/upload.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@v2
- 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.7.0-a7/cr"
uri: "https://github.com/calcit-lang/calcit/releases/download/0.8.0/cr"
name: "cr"
version: "0.7.0-a7"
version: "0.8.0"

- uses: supplypike/setup-bin@v3
with:
uri: "https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/caps"
uri: "https://github.com/calcit-lang/calcit/releases/download/0.8.0/caps"
name: "caps"
version: "0.7.0-a7"
version: "0.8.0"

- name: "compiles to js"
run: >
Expand Down
Loading

0 comments on commit 20d6762

Please sign in to comment.