Skip to content

Commit

Permalink
πŸ‘·β€β™€οΈ Update Node.js build matrix
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alecgibson committed May 15, 2024
1 parent 0013d15 commit 95e5398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
fail-fast: false
matrix:
node:
- 16
- 18
- 20
- 22
mongodb:
- 4.4
- 5.0
Expand Down

0 comments on commit 95e5398

Please sign in to comment.