From 841c79c5b1a75cb8af5719dcb9e209bc0ec34e9e Mon Sep 17 00:00:00 2001 From: Yun JI <59977078+yunji0387@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:35:08 -0600 Subject: [PATCH] Update node.js.yml --- .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 eb4d9d5..48b32dd 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: