From 56c28697b33ce607f9e34fc946e0312836787734 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Mon, 23 Oct 2023 17:52:47 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20test=20against=20Node.js=2016?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9bc03f0..30675fc9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,6 +20,5 @@ jobs: - ubuntu-latest - windows-latest node: - - 16 - 18 - 20