Skip to content

Commit 10f1034

Browse files
committed
ci: include Node.js v24 and drop v23, which is EOL June 1st
1 parent c3c2f22 commit 10f1034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

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

0 commit comments

Comments
 (0)