Skip to content

Commit

Permalink
Merge 33a128f into c01f668
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyhwang committed Apr 25, 2023
2 parents c01f668 + 33a128f commit f45b5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
node:
- 14
- 16
- 18
- 20
services:
redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {
"redis": "^2.6.0 || ^3.0.0",
"sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0"
"sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit f45b5fd

Please sign in to comment.