From 7f2c9888a2fd1c98ce5b758b52bd24d969450ec0 Mon Sep 17 00:00:00 2001 From: Arshdeep Singh <91689879+arsh73552@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:43:39 +0530 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6fce824..8d036ff 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,8 +16,8 @@ jobs: strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] - node-version: [16.x, 17.x, 18.x] + os: [windows-latest, ubuntu-latest, macos-latest, linux-latest] + node-version: [16.x, 17.x, 18.x, 19.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: