Skip to content

Commit 2ecc6cc

Browse files
authored
Feat/remove support node 8 (#484)
* ci(codecov): temporary disabled codecov from CI process * chore: dropped support for Node.js v8 BREAKING CHANGE: Node.js 8 is not supported anymore
1 parent b78c710 commit 2ecc6cc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [8.x, 10.x, 12.x]
8+
node-version: [10.x, 12.x]
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2

packages/data-point-cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Factory method to create a simple cache API that you can use for data persistenc
88

99
## Requirements
1010

11-
- Node 8 LTS (or higher)
11+
- Node 10 LTS (or higher)
1212
- [Redis](https://redis.io/) (Optional for development)
1313

1414
## Install

packages/data-point-express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
## Requirements
88

9-
- Node 8 LTS (or higher)
9+
- Node 10 LTS (or higher)
1010
- [Redis](https://redis.io/) (Optional for development)
1111
- Peer dependencies: [data-point](https://www.npmjs.com/package/data-point), [Express](https://www.npmjs.com/package/express)
1212

packages/data-point-service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
## Requirements
88

9-
- Node 8 LTS (or higher)
9+
- Node 10 LTS (or higher)
1010
- [Redis](https://redis.io/) (Optional for development)
1111

1212
## Install

packages/data-point/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DataPoint helps you reason with and streamline your data processing layer. With
88

99
**Prerequisites**
1010

11-
Node v8 LTS or higher
11+
Node v10 LTS or higher
1212

1313
**Installing**
1414

0 commit comments

Comments
 (0)