From ff52afa3fdfe28ca205cf1231e84ce539bac10dc Mon Sep 17 00:00:00 2001 From: Miguel Merlin <106508795+miguel-merlin@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:25:05 -0500 Subject: [PATCH] ci: Bumped node version to 20.x --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index afbd315..f08d53c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: