Skip to content

Commit

Permalink
chore(ci): use node v14 only
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Jan 8, 2021
1 parent 9706189 commit b495eda
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
node-version: [14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -37,15 +37,3 @@ jobs:
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: ./.coverage/lcov.info
flag-name: run-${{ matrix.node-version }}
parallel: true
finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: ./.coverage/lcov.info
parallel-finished: true

0 comments on commit b495eda

Please sign in to comment.