Skip to content

Commit b4c1fde

Browse files
committed
ci: fix release (release on Node 20)
1 parent 7f218c0 commit b4c1fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Upload Coverage / Release
6161
run: yarn ci-after-success
62-
if: ${{ matrix.node == '16' }}
62+
if: ${{ matrix.node == '20' }}
6363
env:
6464
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6565
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)