From 5ee71dc069334eddd8b6637e369c8244c825e962 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Mon, 4 Sep 2023 15:19:00 +0530 Subject: [PATCH] Update common-pull-request.yml --- .github/workflows/common-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-pull-request.yml b/.github/workflows/common-pull-request.yml index 9cd23af..a9aa52a 100644 --- a/.github/workflows/common-pull-request.yml +++ b/.github/workflows/common-pull-request.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [16.x] steps: - uses: actions/checkout@v2