Skip to content

Commit a827806

Browse files
committed
ci(actions): only run release and coverage upload on Node 14
1 parent 65ad72d commit a827806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656

5757
- name: Upload Coverage / Release
5858
run: yarn ci-after-success
59+
if: ${{ matrix.node == '14' }}
5960
env:
6061
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6162
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)