diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9bc27aa9052..6cca7f0def4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: matrix: node-version: # Test the latest node version here, move older versions to `test-old-node-versions` - - "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) + - 16.x os: - ubuntu-latest