From b09b70242c37452a5bbc4a44b5849019c0536c45 Mon Sep 17 00:00:00 2001 From: Milos Paunovic Date: Sun, 24 Apr 2022 18:25:23 +0200 Subject: [PATCH] Tweaked Node version matrix for testing workflow --- .github/workflows/testing.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 61215c6..0f6c00c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -19,8 +19,6 @@ jobs: - 16 - 14 - 12 - - 10 - - 8 steps: - name: Checkout code uses: actions/checkout@v2