Skip to content

Commit b32a563

Browse files
authoredDec 10, 2024··
fix(deps): update bcoe/v8-coverage addressing v8 issue (#552)
1 parent 75fa99f commit b32a563

File tree

3 files changed

+247
-188
lines changed

3 files changed

+247
-188
lines changed
 

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: lts/*
30+
node-version: v20.18.1 # TODO: switch to lts/* once https://github.com/nodejs/node/issues/51766 lands.
3131
cache: npm
3232
- run: npm ci
3333
- run: npm test

‎package-lock.json

+244-185
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"author": "Ben Coe <ben@npmjs.com>",
3434
"license": "ISC",
3535
"dependencies": {
36-
"@bcoe/v8-coverage": "^0.2.3",
36+
"@bcoe/v8-coverage": "^1.0.1",
3737
"@istanbuljs/schema": "^0.1.3",
3838
"find-up": "^5.0.0",
3939
"foreground-child": "^3.1.1",
@@ -50,7 +50,7 @@
5050
"chai": "^4.3.6",
5151
"chai-jest-snapshot": "^2.0.0",
5252
"cross-env": "^7.0.3",
53-
"mocha": "^9.2.2",
53+
"mocha": "^11.0.1",
5454
"standard": "^16.0.4",
5555
"ts-node": "^10.7.0",
5656
"typescript": "^5.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.