Skip to content

Commit

Permalink
Remove Node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Jun 1, 2022
1 parent 960f284 commit 0383927
Show file tree
Hide file tree
Showing 54 changed files with 79,698 additions and 335 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, 18.x | 4.5 |
| 3.x | *Active* | | | | 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, 18]
node-version: [16, 18]

services:
mongodb:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Test Build
run: |
cd docs
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Add key to allow access to repository
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
Expand Down
4 changes: 1 addition & 3 deletions .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, 18]
node-version: [16, 18]

env:
SETTINGS_AWS_ACCESS_KEY_ID: ${{ secrets.SETTINGS_AWS_ACCESS_KEY_ID }}
Expand All @@ -29,8 +29,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Use npm version 8.3
run: npm install -g [email protected]
- name: Install global dependencies (pm2, codecov)
run: npm install -g pm2 codecov
- name: Install project dependencies
Expand Down
Loading

0 comments on commit 0383927

Please sign in to comment.