Skip to content

Commit

Permalink
ci: build and test with Node.js 18, 20 and 22
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruijn committed May 10, 2024
1 parent 04fdecb commit 06c0cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
strategy:
fail-fast: false
matrix:
nodeVersion: [18, 19]
nodeVersion: [18, 20, 22]
with:
nodeVersion: ${{ matrix.nodeVersion }}
test:
uses: vidavidorra/.github/.github/workflows/node-test.yml@d5ff9be65aeae9ea3e175c0aa796fa2c8ddce68a # v4.2.26
strategy:
fail-fast: false
matrix:
nodeVersion: [18, 19]
nodeVersion: [18, 20, 22]
with:
nodeVersion: ${{ matrix.nodeVersion }}
code-coverage:
Expand Down

0 comments on commit 06c0cfa

Please sign in to comment.