Skip to content

Commit

Permalink
Merge pull request #5 from Phlox-GL/workflow
Browse files Browse the repository at this point in the history
workflow updates; change snapshot format
  • Loading branch information
NoEgAm authored Apr 16, 2024
2 parents 1a5c198 + 0722b3e commit 97b2d14
Show file tree
Hide file tree
Showing 5 changed files with 2,212 additions and 2,150 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
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.6.26/cr'
name: 'cr'
version: '0.6.26'

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

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

0 comments on commit 97b2d14

Please sign in to comment.