From 15d75bccb71ed77b8a09e744303d95ba8966b59d Mon Sep 17 00:00:00 2001 From: garronej Date: Thu, 27 Oct 2022 23:19:06 +0200 Subject: [PATCH] Run test with only node 16 and 17 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4801af0..4e00590 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '14', '15' ,'16', '17' ] + node: [ '16', '17' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: