Skip to content

Commit

Permalink
matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf002 committed Mar 3, 2024
1 parent 12cfcd2 commit c7f87d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sixteen_Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ on: push

jobs:
testing-matrix-job:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12, 14, 16]
runs-on: ${{ matrix.os }}
steps:
- run: node -v
- uses: actions/setup-node@v3
Expand Down

0 comments on commit c7f87d5

Please sign in to comment.