diff --git a/.github/workflows/zowe-cli.yml b/.github/workflows/zowe-cli.yml index b5a6b4992..b6c2bc098 100644 --- a/.github/workflows/zowe-cli.yml +++ b/.github/workflows/zowe-cli.yml @@ -34,11 +34,9 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [22.8.x, 22.9.x, 22.10.x, 22.11.x, 22.12.x] os: - windows-latest - - ubuntu-latest - - ${{ github.event.inputs.macos-type || 'macos-14'}} env: OS: ${{ matrix.os }}