Skip to content

Commit 6baf872

Browse files
committed
ci: remove CI/CD test for Node.js 20, which is deprecated now
1 parent a73d53e commit 6baf872

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
nodeVersion: [20, 22, 24]
24+
nodeVersion: [22, 24]
2525
with:
2626
nodeVersion: ${{ matrix.nodeVersion }}
2727
test:
2828
uses: vidavidorra/.github/.github/workflows/node-test.yml@f79909a3e21f4337fcf0756c9d105584e3aa59c0 # v8.1.18
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
nodeVersion: [20, 22, 24]
32+
nodeVersion: [22, 24]
3333
with:
3434
nodeVersion: ${{ matrix.nodeVersion }}
3535
code-coverage:

0 commit comments

Comments
 (0)