From be0dcbfcb191efa80949b07f3ead65a18d7d0f2c Mon Sep 17 00:00:00 2001 From: euberdeveloper Date: Sun, 16 Oct 2022 23:51:46 +0200 Subject: [PATCH] ci(test.yml): remove unsupported node version for mocha Signed-off-by: euberdeveloper --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66c9cdc..a2ab591 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [10.x, 11.x, 12.x, 14.x, 14.x, 15.x, 16.x, 17.x] + node-version: [11.x, 12.x, 14.x, 14.x, 15.x, 16.x, 17.x] runs-on: ${{ matrix.os }}