Skip to content

Commit 9306129

Browse files
committed
update Node.js versions in examples
1 parent 9596274 commit 9306129

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
node-version: [20.x, 22.x]
48+
node-version: [22.x, 24.x]
4949
mongodb-version: ['6.0', '7.0', '8.0']
5050

5151
steps:
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
strategy:
8787
matrix:
88-
node-version: [20.x, 22.x]
88+
node-version: [22.x, 24.x]
8989
mongodb-version: ['6.0', '7.0', '8.0']
9090
9191
steps:
@@ -129,7 +129,7 @@ jobs:
129129
runs-on: ubuntu-latest
130130
strategy:
131131
matrix:
132-
node-version: [20.x, 22.x]
132+
node-version: [22.x, 24.x]
133133
mongodb-version: ['6.0', '7.0', '8.0']
134134
135135
steps:
@@ -173,7 +173,7 @@ jobs:
173173
runs-on: ubuntu-latest
174174
strategy:
175175
matrix:
176-
node-version: [20.x, 22.x]
176+
node-version: [22.x, 24.x]
177177
mongodb-version: ['6.0', '7.0', '8.0']
178178
179179
steps:
@@ -217,7 +217,7 @@ jobs:
217217
runs-on: ubuntu-latest
218218
strategy:
219219
matrix:
220-
node-version: [20.x, 22.x]
220+
node-version: [22.x, 24.x]
221221
mongodb-version: ['6.0', '7.0', '8.0']
222222
223223
steps:

0 commit comments

Comments
 (0)