From 2c6e7699ff521cb60308d3793025e0b68ab3af7d Mon Sep 17 00:00:00 2001 From: Marcelo Sauerbrunn Portugal Date: Fri, 14 Oct 2022 20:13:19 -0400 Subject: [PATCH] chore: use only node 14 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 081372971..f61936132 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, 18.x] + node-version: [14.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: