From 3917e6479ffcde93d63c9c6f3b1dc9a201aba9fe Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Mon, 11 Dec 2023 15:49:31 +0530 Subject: [PATCH] Update common-pull-request.yml to check PRs on node v18 and v20 --- .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 9ceeaf2..51060b8 100644 --- a/.github/workflows/common-pull-request.yml +++ b/.github/workflows/common-pull-request.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2