Skip to content

Commit

Permalink
Test against multiple node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Mar 8, 2024
1 parent d7f1e97 commit 7ce9c2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: ${{matrix.node-version}}
- run: pnpm test:coverage
strategy:
matrix:
node-version: [18, 20, 21]

0 comments on commit 7ce9c2b

Please sign in to comment.