Skip to content

Commit

Permalink
Add Matrix to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed Jan 11, 2023
1 parent a22232a commit 6db2b28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18, 'latest']
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: ${{ matrix.node-version }}

- name: Test
run: |
Expand Down

0 comments on commit 6db2b28

Please sign in to comment.