Skip to content

Commit

Permalink
update ci coverage and run ci on 14-18 (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage authored Dec 30, 2022
1 parent 0538ddc commit d6c6333
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -46,6 +46,8 @@ jobs:
env:
CI: true

- uses: codecov/codecov-action@v1
- name: upload coverage
if: success()
uses: codecov/codecov-action@v3.1.1
with:
fail_ci_if_error: true
name: ${{ runner.os }} node.js ${{ matrix.node-version }}

0 comments on commit d6c6333

Please sign in to comment.