From c9601c843ccacf0e913bcd320652c814e64e263e Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Fri, 18 Oct 2019 01:00:37 -0700 Subject: [PATCH] fix gh credential. expand gh actions coverage from 8/10/12 to 8-14 --- .github/workflows/nodejs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 0c931385..fdb0559c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [8.x, 10.x, 12.x] + node-version: [8.x, 9.x, 10.x, 11.x, 12.x, 13.x, 14.x] steps: - uses: actions/checkout@v1 @@ -26,3 +26,5 @@ jobs: CI: true - name: Coveralls GitHub Action uses: coverallsapp/github-action@v1.0.1 + with: + github-token: ${{ secrets.github_token }} \ No newline at end of file