Skip to content

Commit 62edfb0

Browse files
authored
Merge pull request #11 from mvc-works/snapshot
workflow update
2 parents 668a4a5 + 7d3b42a commit 62edfb0

File tree

5 files changed

+912
-871
lines changed

5 files changed

+912
-871
lines changed

.github/workflows/upload.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
cache: 'yarn'
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/cr'
2323
name: 'cr'
24-
version: '0.7.0-a7'
24+
version: '0.8.4'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.4/caps'
2929
name: 'caps'
30-
version: '0.7.0-a7'
30+
version: '0.8.4'
3131

3232
- name: "compiles to js"
3333
run: >

0 commit comments

Comments
 (0)