From baaeab6a50f4f6973231e4ae61aa8bc6b2f59b15 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Sun, 12 Sep 2021 13:28:50 +0200 Subject: [PATCH] Revert "test: fix github-actions (#1665)" (#1666) 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