From b442ffc19d6cf5a73d0acd9d51c7874e0712f405 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 22 Nov 2020 17:09:44 +0100 Subject: [PATCH] ci: disable 12 temporarily --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1fecaa23..5c307769 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,8 +53,8 @@ jobs: strategy: matrix: node-version: - - 12.20.0 - - 12 + # - 12.20.0 + # - 12 - 14.15.0 - 14 - 15.0.1