From a665ad8fc2f3c79ab10b280860e63ffd5a5493d5 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes <529415+asfernandes@users.noreply.github.com> Date: Fri, 12 Jan 2024 19:13:19 -0300 Subject: [PATCH] Update nodejs build matrix --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 89a398d..c761a57 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -15,9 +15,9 @@ jobs: - windows-2022 #- macos-10.15 node-version: - - 14.x - - 16.x - 18.x + - 20.x + - 21.x steps: - uses: actions/checkout@v3