Skip to content

Commit

Permalink
ci(workflows): fix test_matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 17, 2024
1 parent 8f550de commit 9fb873a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node:
node_version:
- 18
- 20
name: Node ${{ matrix.node }}
name: Node ${{ matrix.node_version }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 9fb873a

Please sign in to comment.