Skip to content

Commit

Permalink
Merge branch 'master' into enhance-redis-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva authored Sep 28, 2021
2 parents 2bbceae + 2ecc6cc commit b917c2c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand All @@ -15,6 +15,6 @@ jobs:
- run: yarn prettier --check "**/*.js"
- run: yarn run lint
- run: yarn test -- --maxWorkers=4
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
# - uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion packages/data-point-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Factory method to create a simple cache API that you can use for data persistenc

## Requirements

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

## Install
Expand Down
2 changes: 1 addition & 1 deletion packages/data-point-express/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Requirements

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

Expand Down
2 changes: 1 addition & 1 deletion packages/data-point-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Requirements

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

## Install
Expand Down
2 changes: 1 addition & 1 deletion packages/data-point/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DataPoint helps you reason with and streamline your data processing layer. With

**Prerequisites**

Node v8 LTS or higher
Node v10 LTS or higher

**Installing**

Expand Down

0 comments on commit b917c2c

Please sign in to comment.