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