From 71015f8c2d509656f4ee14884d4c96465c3c1d96 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Mon, 19 Jun 2023 18:56:46 +0530 Subject: [PATCH] Removed: node version 12 for build check --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5150956..2e75b5e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x] steps: - uses: actions/checkout@v2