Skip to content

Commit 1e92fca

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 a535b7b commit 1e92fca

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
@@ -15,9 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
node:
18-
- 16
1918
- 18
2019
- 20
20+
- 22
2121
services:
2222
mongodb:
2323
image: mongo:4.4

0 commit comments

Comments
 (0)