Skip to content

Commit 6b4ee72

Browse files
author
Etienne Laurent
committed
remove node 18 from test matrice
1 parent 1a95cd6 commit 6b4ee72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [18, 20, 22]
21+
node-version: [20, 22]
2222
mongodb-version: [6.0, 7.0, 8.0]
2323

2424
# Steps represent a sequence of tasks that will be executed as part of the job

0 commit comments

Comments
 (0)