Skip to content

Commit

Permalink
💥 Drop Node.js 14 and add Node.js 20
Browse files Browse the repository at this point in the history
According to the Node.js [release schedule][1]:

 - v14 will be end-of-lifed on 30 April
 - v20 has been released

This change drops v14 from our test matrix, and adds v20.

[1]: https://nodejs.dev/en/about/releases/
  • Loading branch information
alecgibson committed Apr 21, 2023
1 parent ab2341e commit ac490e0
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 @@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
node:
- 14
- 16
- 18
- 20
services:
mongodb:
image: mongo:4.4
Expand Down

0 comments on commit ac490e0

Please sign in to comment.