Skip to content

Commit

Permalink
fix nyc coverage report with node8 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Jan 23, 2024
1 parent e695aa4 commit d03916e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 78 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/unit-test copy.yml

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/unit-test.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version:
# currently devDependencies require node>=8.9
- 8
# - 10 # skip
- 10
# - 12 # skip
# - 14 # skip
# - 16 # skip
Expand All @@ -35,6 +35,13 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Fix nyc coverage report with node8
run: >
npm install --no-save
istanbul-lib-coverage@3.2.0
istanbul-lib-instrument@5.2.1
istanbul-lib-report@3.0.0
istanbul-reports@3.1.5
- name: Test
run: npm test

Expand Down

0 comments on commit d03916e

Please sign in to comment.