Skip to content

Commit

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

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"bufferhelper": "^0.2.1",
"mocha": "^2.4.5",
"nyc": "^15.1.0",
"nyc": "=15.1.0",
"which": "^2.0.2"
},
"dependencies": {
Expand Down

0 comments on commit 3f5359e

Please sign in to comment.