diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1c413f..764d636 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: if: matrix.os == 'ubuntu-latest' run: yarn test-coverage - name: Release - if: matrix.os == 'ubuntu-latest' && matrix.node == 12 && github.event_name == 'push' && github.ref == 'refs/heads/main' + if: matrix.os == 'ubuntu-latest' && matrix.node == 14 && github.event_name == 'push' && github.ref == 'refs/heads/main' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN_ELEVATED }}