Skip to content

Commit 27dab6e

Browse files
committed
ci: include Node.js v24 and drop v23, which is EOL June 1st
1 parent 0d9cee1 commit 27dab6e

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
@@ -18,15 +18,15 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
nodeVersion: [20, 22, 23]
21+
nodeVersion: [20, 22, 24]
2222
with:
2323
nodeVersion: ${{ matrix.nodeVersion }}
2424
test:
2525
uses: vidavidorra/.github/.github/workflows/node-test.yml@a3d26120430d11d1f311f8fd045028ddb037d27e # v5.0.44
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
nodeVersion: [20, 22, 23]
29+
nodeVersion: [20, 22, 24]
3030
with:
3131
nodeVersion: ${{ matrix.nodeVersion }}
3232
code-coverage:

0 commit comments

Comments
 (0)