Skip to content

Commit

Permalink
Merge pull request #2 from bertdeblock/test-against-multiple-node-ver…
Browse files Browse the repository at this point in the history
…sions

Test against multiple node versions
  • Loading branch information
bertdeblock authored Mar 8, 2024
2 parents d7f1e97 + 7ce9c2b commit 27e15a8
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 27e15a8

Please sign in to comment.