Skip to content

Commit 8f83ad3

Browse files
committed
ci: remove tests on Node.js 18
1 parent d09cc78 commit 8f83ad3

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

0 commit comments

Comments
 (0)