From 6d7d8c15a635b991e38f2d494cbb6126b07234e3 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Mon, 4 Sep 2023 14:19:10 +0530 Subject: [PATCH] Improved: pr templates to remove node v14 and build apps on node v18 --- .github/workflows/common-pull-request.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common-pull-request.yml b/.github/workflows/common-pull-request.yml index f817e2a..9cd23af 100644 --- a/.github/workflows/common-pull-request.yml +++ b/.github/workflows/common-pull-request.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2e75b5e..377a76a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v2