We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc46243 + 4837e18 commit 38c4515Copy full SHA for 38c4515
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- 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
+ - run: curl -L https://github.com/filecoin-station/zinnia/releases/download/v0.20.2/zinnia-linux-x64.tar.gz | tar -xz
9
- uses: actions/setup-node@v4
10
- run: npx standard
11
- run: ./zinnia run test.js
0 commit comments