Skip to content

Commit 67d8f1e

Browse files
committed
ci(actions): release on Node 16
1 parent 01dadec commit 67d8f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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 == '14' }}
62+
if: ${{ matrix.node == '16' }}
6363
env:
6464
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6565
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)