From 91614f39c86173855a1b4451639bd7eacc6c6578 Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Mon, 23 Oct 2023 12:42:17 +0200 Subject: [PATCH] ci: remove testing with node 16 --- .github/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6b1ba03b..806ec1d9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,6 @@ jobs: strategy: matrix: node-version: - - 16 - 18 - 20