From 2698035a050d8eb227224b7472fd1f641a1b3e54 Mon Sep 17 00:00:00 2001 From: Nathan Booker Date: Fri, 18 Oct 2024 20:34:13 -0500 Subject: [PATCH] Bump GH action to use node 18 and 20 --- .github/workflows/pull_request_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_review.yml b/.github/workflows/pull_request_review.yml index 3d56a324d0..0c9cf138a7 100644 --- a/.github/workflows/pull_request_review.yml +++ b/.github/workflows/pull_request_review.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node: [16.x] + node: [18.x, 20.x] steps: - name: Checkout code