Skip to content

Commit 62288b1

Browse files
committed
Updates GitHub workflow
1 parent 7452fc6 commit 62288b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
node-version: [18, 20]
24-
mongodb-version: [5.0, 6.0, 7.0]
23+
node-version: [20, 22, 24]
24+
mongodb-version: [6.0, 7.0, 8.0]
2525

2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:

0 commit comments

Comments
 (0)