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 b4ae235 commit 12cfcd2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sixteen_Workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Sixteenth Workflow
on: push

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

0 comments on commit 12cfcd2

Please sign in to comment.