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 f58d165
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 78 deletions.
77 changes: 0 additions & 77 deletions .github/workflows/unit-test copy.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
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,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Fix nyc coverage report with node8
run: npm install --no-save [email protected]
- name: Test
run: npm test

Expand Down

0 comments on commit f58d165

Please sign in to comment.