Skip to content

Commit 7b23e57

Browse files
committed
Replace nyc with c8
nyc does not work with ESM called with require().
1 parent 109ce09 commit 7b23e57

File tree

3 files changed

+460
-857
lines changed

3 files changed

+460
-857
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# test code
4141
- run: npm run standard
4242
- run: npm run validate
43-
- run: npm run nyc
43+
- run: npm run c8
4444
# Test global install of the package
4545
- run: npm pack .
4646
- run: npm install -g solid-server-*.tgz

0 commit comments

Comments
 (0)