Skip to content

Commit

Permalink
fix(deps): v8-to-istnbul with fixes for Node 10/18 (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Apr 20, 2022
1 parent ae1f5e5 commit d5f642a
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14, 16, 17]
node: [10, 12, 14, 16, 18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
88 changes: 58 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"istanbul-reports": "^3.1.4",
"rimraf": "^3.0.2",
"test-exclude": "^6.0.0",
"v8-to-istanbul": "^8.0.0",
"v8-to-istanbul": "^9.0.0",
"yargs": "^16.2.0",
"yargs-parser": "^20.2.9"
},
Expand Down

0 comments on commit d5f642a

Please sign in to comment.