Skip to content

Commit

Permalink
Merge pull request #27 from jiyinyiyong/tuple
Browse files Browse the repository at this point in the history
Tuple data
  • Loading branch information
NoEgAm authored Oct 1, 2023
2 parents 5f9cbde + d3431cf commit 0c91d64
Show file tree
Hide file tree
Showing 6 changed files with 420 additions and 375 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ jobs:
runs-on: ubuntu-22.04

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-a5/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.2/cr'
name: 'cr'
version: '0.8.0-a5'
version: '0.8.2'

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

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

0 comments on commit 0c91d64

Please sign in to comment.