Skip to content

Commit d5f642a

Browse files
author
Benjamin E. Coe
authored
fix(deps): v8-to-istnbul with fixes for Node 10/18 (#392)
1 parent ae1f5e5 commit d5f642a

File tree

3 files changed

+60
-32
lines changed

3 files changed

+60
-32
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node: [10, 12, 14, 16, 17]
15+
node: [10, 12, 14, 16, 18]
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-node@v3

package-lock.json

Lines changed: 58 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"istanbul-reports": "^3.1.4",
4343
"rimraf": "^3.0.2",
4444
"test-exclude": "^6.0.0",
45-
"v8-to-istanbul": "^8.0.0",
45+
"v8-to-istanbul": "^9.0.0",
4646
"yargs": "^16.2.0",
4747
"yargs-parser": "^20.2.9"
4848
},

0 commit comments

Comments
 (0)