From 1eff701618dc4d24ec776c56b4866099dbc31a3d Mon Sep 17 00:00:00 2001 From: Christy Date: Mon, 9 Sep 2024 08:24:14 -0600 Subject: [PATCH] Updating Node version in workflow --- .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 778f4de8..940c5c2c 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.15.0] steps: - name: Checkout code