Skip to content

Commit

Permalink
ci: matrix for cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Aug 24, 2023
1 parent 8fc971a commit 7036c57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:

test-cli:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node:
- '18'
- '16'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 7036c57

Please sign in to comment.