Skip to content

Commit

Permalink
ci: upgrade Zinnia to v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bajtos committed Jul 9, 2024
1 parent 94b95e4 commit c837a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: curl -L https://github.com/filecoin-station/zinnia/releases/download/v0.19.1/zinnia-linux-x64.tar.gz | tar -xz
- run: curl -L https://github.com/filecoin-station/zinnia/releases/download/v0.20.2/zinnia-linux-x64.tar.gz | tar -xz
- uses: actions/setup-node@v4
- run: npx standard
- run: ./zinnia run test.js

0 comments on commit c837a83

Please sign in to comment.