From 925f6efe31f9ea714fc9b019930d8faca59baa43 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Sat, 28 Oct 2023 12:12:41 +0300 Subject: [PATCH] ci: optimize test matrix --- .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 652dfe9..f412bdf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04, windows-2022 ] - node-version: [ 14, 16, 18, 20 ] + node-version: [ 14, 20 ] runs-on: ${{ matrix.os }} steps: