We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01f668 commit 33a128fCopy full SHA for 33a128f
.github/workflows/test.yml
@@ -15,9 +15,9 @@ jobs:
15
strategy:
16
matrix:
17
node:
18
- - 14
19
- 16
20
- 18
+ - 20
21
services:
22
redis:
23
image: redis
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"dependencies": {
7
"redis": "^2.6.0 || ^3.0.0",
8
- "sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0"
+ "sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
9
},
10
"devDependencies": {
11
"chai": "^4.2.0",
0 commit comments