Skip to content

Commit

Permalink
ci: fix release (release on Node 20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrolfs committed Nov 17, 2023
1 parent 7f218c0 commit b4c1fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Upload Coverage / Release
run: yarn ci-after-success
if: ${{ matrix.node == '16' }}
if: ${{ matrix.node == '20' }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b4c1fde

Please sign in to comment.