Skip to content

Commit

Permalink
Merge pull request #20 from share/node-18
Browse files Browse the repository at this point in the history
Add CI testing for Node 18, drop Node 10 and 12
  • Loading branch information
ericyhwang committed May 17, 2022
2 parents 60e0c84 + b8a8cee commit e6e62db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
strategy:
matrix:
node:
- 10
- 12
- 14
- 16
- 18
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"
"sharedb": "^1.0.0 || ^2.0.0 || ^3.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit e6e62db

Please sign in to comment.