From 5ccf1d6292be092e4a8bcf6e1d5ac7df7ffaa052 Mon Sep 17 00:00:00 2001 From: Chunpeng Huo Date: Sun, 14 Mar 2021 10:15:39 +1100 Subject: [PATCH] test: nodejs v12 and v14 is still not patched --- .github/workflows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 85f3b20..6fad6c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,6 +29,14 @@ jobs: - 10 - 12 - 14 + exclude: + # Excludes nodejs v12 and v14 on windows + # https://github.com/nodejs/node/issues/34514 + # It was patched in nodejs v15+. + - os: windows-latest + node: 12 + - os: windows-latest + node: 14 steps: - name: Clone repository