Skip to content

Commit 17bc1b2

Browse files
committed
💥 Update Node.js test matrix
Node.js 18 [has been released][1], and will be the next LTS version, so we add this to our test matrix. Node.js 12 has also been [end-of-lifed][2], and is dropped from the test matrix. [1]: https://nodejs.org/en/blog/announcements/v18-release-announce/ [2]: https://nodejs.org/en/about/releases/
1 parent 9e88c28 commit 17bc1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
node:
18-
- 12
1918
- 14
2019
- 16
20+
- 18
2121
mongodb:
2222
- 4.0
2323
- 4.2

0 commit comments

Comments
 (0)