Skip to content

Commit 0051bfa

Browse files
committed
ci: remove tests on Node.js 18
1 parent 59307d6 commit 0051bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: [18, 20, 21]
19+
nodeVersion: [20, 21]
2020
with:
2121
nodeVersion: ${{ matrix.nodeVersion }}
2222
test:
2323
uses: vidavidorra/.github/.github/workflows/node-test.yml@7cf5201e53e0e2c4daf7298cf97e5dab5d631c23 # v4.1.10
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
nodeVersion: [18, 20, 21]
27+
nodeVersion: [20, 21]
2828
with:
2929
nodeVersion: ${{ matrix.nodeVersion }}
3030
code-coverage:

0 commit comments

Comments
 (0)