From a3b251cfc89b91ccc7a12c7b86acffcb766b3570 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Tue, 17 Oct 2023 14:31:01 -0400 Subject: [PATCH] Use Node 18 and 20 Signed-off-by: Andrew W. Harn --- .github/workflows/zowe-cli-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zowe-cli-plugin.yml b/.github/workflows/zowe-cli-plugin.yml index 55d1a3a..b76eb04 100644 --- a/.github/workflows/zowe-cli-plugin.yml +++ b/.github/workflows/zowe-cli-plugin.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] os: [windows-latest, ubuntu-latest, macos-latest] env: