Skip to content

Commit

Permalink
Merge pull request #2 from zFernand0/v1-test01
Browse files Browse the repository at this point in the history
reduce build time for testing purposes
  • Loading branch information
zFernand0 committed Oct 12, 2023
2 parents 7fce999 + c80eafe commit f72d99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zowe-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x]
os: [windows-2019, ubuntu-latest, macos-latest]
node-version: [20.x]
os: [ubuntu-latest]

env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit f72d99b

Please sign in to comment.