We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ad72d commit a827806Copy full SHA for a827806
.github/workflows/build.yml
@@ -56,6 +56,7 @@ jobs:
56
57
- name: Upload Coverage / Release
58
run: yarn ci-after-success
59
+ if: ${{ matrix.node == '14' }}
60
env:
61
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
62
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments