Skip to content

Commit ab3bab5

Browse files
committed
ci: build and test with Node.js 20, 22 and 23
1 parent 9444d5e commit ab3bab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci-cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
nodeVersion: [20, 21]
19+
nodeVersion: [20, 22, 23]
2020
with:
2121
nodeVersion: ${{ matrix.nodeVersion }}
2222
test:
2323
uses: vidavidorra/.github/.github/workflows/node-test.yml@b4a180b3266d7197437bcc0c8a5fed2a201a58d4 # v5.0.0
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
nodeVersion: [20, 21]
27+
nodeVersion: [20, 22, 23]
2828
with:
2929
nodeVersion: ${{ matrix.nodeVersion }}
3030
code-coverage:

0 commit comments

Comments
 (0)