Skip to content

Commit

Permalink
test: fix github-actions (#1665)
Browse files Browse the repository at this point in the history
Related to:
* [`Check failed: !holder_map.has_named_interceptor().` when running `jest` · Issue #40030 · nodejs/node](nodejs/node#40030)
  • Loading branch information
Jason3S committed Sep 8, 2021
1 parent f464a81 commit 0d3091f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
matrix:
node-version:
# Test the latest node version here, move older versions to `test-old-node-versions`
- 16.x
- "16.8.0" # Bug [`Check failed: !holder_map.has_named_interceptor().` when running `jest` · Issue #40030 · nodejs/node](https://github.com/nodejs/node/issues/40030)

os:
- ubuntu-latest
Expand Down

0 comments on commit 0d3091f

Please sign in to comment.