Skip to content

Commit 38c4515

Browse files
authored
Merge branch 'main' into feat-direct-http-fetch
2 parents fc46243 + 4837e18 commit 38c4515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- run: curl -L https://github.com/filecoin-station/zinnia/releases/download/v0.19.1/zinnia-linux-x64.tar.gz | tar -xz
8+
- run: curl -L https://github.com/filecoin-station/zinnia/releases/download/v0.20.2/zinnia-linux-x64.tar.gz | tar -xz
99
- uses: actions/setup-node@v4
1010
- run: npx standard
1111
- run: ./zinnia run test.js

0 commit comments

Comments
 (0)