Skip to content

Commit

Permalink
Merge 939189d into 05cefac
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedaviid committed Oct 23, 2023
2 parents 05cefac + 939189d commit 0e03baa
Show file tree
Hide file tree
Showing 3 changed files with 6,043 additions and 4,962 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -25,9 +25,9 @@ jobs:
- run: npm run build --if-present
- run: npm test
- run: npm run coverage
if: ${{ matrix.node-version == '16.x' }} # only report coverage on latest Node
if: ${{ matrix.node-version == '20.x' }} # only report coverage on latest Node
- name: Coveralls
if: ${{ matrix.node-version == '16.x' }} # only report coverage on latest Node
if: ${{ matrix.node-version == '20.x' }} # only report coverage on latest Node
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e03baa

Please sign in to comment.