diff --git a/.github/CONTRIBUTING.MD b/.github/CONTRIBUTING.MD index 870fd008d1..b9e88bb138 100644 --- a/.github/CONTRIBUTING.MD +++ b/.github/CONTRIBUTING.MD @@ -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 | diff --git a/.github/workflows/daily-test.yml b/.github/workflows/daily-test.yml index 8f955fdfa7..6cbdd5f0a7 100644 --- a/.github/workflows/daily-test.yml +++ b/.github/workflows/daily-test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [14, 16] + node-version: [14, 16, 18] services: mongodb: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index edd7f9166a..33da70869d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}