Skip to content

Commit

Permalink
Drop coverage+coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshGlazebrook committed Jul 17, 2022
1 parent e776150 commit 96f729d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,485 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
Expand All @@ -20,4 +20,4 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run coveralls
- run: npm run test
Loading

0 comments on commit 96f729d

Please sign in to comment.