Skip to content

Commit 33a128f

Browse files
authored
Drop Node 14 from CI, add Node 20
1 parent c01f668 commit 33a128f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
strategy:
1616
matrix:
1717
node:
18-
- 14
1918
- 16
2019
- 18
20+
- 20
2121
services:
2222
redis:
2323
image: redis

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"dependencies": {
77
"redis": "^2.6.0 || ^3.0.0",
8-
"sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0"
8+
"sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
99
},
1010
"devDependencies": {
1111
"chai": "^4.2.0",

0 commit comments

Comments
 (0)