From 96bb73a7b50318b9e3a58a757f41e2700a94fd83 Mon Sep 17 00:00:00 2001 From: Chakshu Gautam Date: Sat, 24 Jun 2023 17:30:42 +0530 Subject: [PATCH] Fix: Reduce matrix (#12) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c82282..a47e398 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['14.x', '16.x', '18.x'] + node: ['16.x', '18.x'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: