Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
drop node 14 and add node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Asjas committed Jul 7, 2022
1 parent 2974df3 commit 5b266c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node: ["14", "16"]
node: ["16", "18"]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Uses [async-cache-dedupe](https://github.com/mcollina/async-cache-dedupe).

The latest versions of the following Node.js versions are tested and supported.

- 14
- 16
- 18

## Default Cached Methods

Expand Down Expand Up @@ -62,7 +62,7 @@ yarn add prisma-redis-middleware
or `pnpm`:

```sh
pnpm add prisma-redis-middleware
pnpm add --save-exact prisma-redis-middleware
```

_You will also need to install and configure an external dependency for `Redis` (for example: `ioredis` or one that uses
Expand Down

0 comments on commit 5b266c3

Please sign in to comment.