From cc7a0dce3aae3e4a7a02dee5a3d0157b409dc9f3 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Tue, 17 Oct 2023 18:21:58 +0000 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 376cb90..a60d17d 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: