Skip to content

Commit

Permalink
chore: require node 16, add node 20
Browse files Browse the repository at this point in the history
BREAKING: remove node 14
  • Loading branch information
perrin4869 committed Aug 1, 2023
1 parent e984395 commit cbf5328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
node-version:
- 14.x
- 16.x
- 18.x
- 20.x
redis-version: [6]

steps:
Expand Down

0 comments on commit cbf5328

Please sign in to comment.