From b56f3941939714e8299dbea350d118432b45332f Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Wed, 8 Sep 2021 18:44:50 +0200 Subject: [PATCH] Revert "test: fix github-actions (#1665)" This reverts commit 0d3091f7a8b3f863b34c5fcbb21cc3cd2c8f08b9. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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