Skip to content

Commit ac26094

Browse files
committed
Update for sharedb@2
sharedb@2 dropped support for Node 10, but this still technically works with Node 10, so keep support for now
1 parent 1fe8113 commit ac26094

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- 10
1919
- 12
2020
- 14
21+
- 16
2122
services:
2223
redis:
2324
image: redis

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"async": "^1.5.0",
88
"redis": "^2.6.0 || ^3.0.0",
9-
"sharedb": "^1.0.0"
9+
"sharedb": "^1.0.0 || ^2.0.0"
1010
},
1111
"devDependencies": {
1212
"chai": "^4.2.0",

0 commit comments

Comments
 (0)