Skip to content

Commit

Permalink
Merge pull request #32 from Memkits/reading-area
Browse files Browse the repository at this point in the history
refine reading area and reading focus
  • Loading branch information
NoEgAm authored Dec 4, 2023
2 parents c2fe3ae + 0952587 commit 7d58c18
Show file tree
Hide file tree
Showing 6 changed files with 823 additions and 520 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@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'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.13/cr'
name: 'cr'
version: '0.8.0'
version: '0.8.13'

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

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

0 comments on commit 7d58c18

Please sign in to comment.