Remove Node 10 support (EOL) (#7314)

* removed node 10 support (EOL)

* added changelog entry

* updated CI check

* updated babel env preset to node 12
This commit is contained in:
Manuel
2021-04-03 01:13:09 +02:00
committed by GitHub
parent 4d167026ae
commit 70e1347623
5 changed files with 5 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ on:
- '**'
env:
COVERAGE_OPTION: ./node_modules/.bin/nyc
NODE_VERSION: 10
NODE_VERSION: 14.16.0
PARSE_SERVER_TEST_TIMEOUT: 20000
jobs:
check-ci:
@@ -82,11 +82,6 @@ jobs:
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.16.0
- name: Node 10
MONGODB_VERSION: 4.4.4
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 10.24.0
- name: Node 12
MONGODB_VERSION: 4.4.4
MONGODB_TOPOLOGY: standalone