Skip to content

Commit 95e5398

Browse files
committed
👷‍♀️ Update Node.js build matrix
Drop Node.js v16 support, and add v22 support in-line with the Node.js [release schedule][1]. [1]: https://github.com/nodejs/release#release-schedule
1 parent 0013d15 commit 95e5398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
node:
23-
- 16
2423
- 18
2524
- 20
25+
- 22
2626
mongodb:
2727
- 4.4
2828
- 5.0

0 commit comments

Comments
 (0)