Skip to content

Commit

Permalink
Support node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed May 21, 2022
1 parent 93dc8c5 commit f18bd51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ All of major releases are supported for at least 18 months.
| Release | Status | Active Start | Maintenance Start | End-of-life | Node versions | TS min version |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| 3.x | *Active* | | | | 14.x, 16.x | 4.5 |
| 3.x | *Active* | | | | 14.x, 16.x, 18.x | 4.5 |
| 2.x | *Maintenance* | 2020-12-03 | | | 10.x, 12.x, 14.x | 4.0 |
| 1.x | *End-of-Life* | 2019-07-11 | 2020-12-03 | 2021-05-31 | 8.x, 10.x | 3.5 |
| 0.8 | *End-of-Life* | 2019-02-16 | - | 2019-07-11 | 8.x, 10.x | 2.9 |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [14, 16]
node-version: [14, 16, 18]

services:
mongodb:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14, '16.14.0']
node-version: [14, '16.14.0', 18]

env:
SETTINGS_AWS_ACCESS_KEY_ID: ${{ secrets.SETTINGS_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit f18bd51

Please sign in to comment.