Skip to content

Commit

Permalink
remove readable-stream@2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 25, 2020
1 parent ead9f08 commit 8b07c4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build w/ readable-stream@3
run: npm install && npm install readable-stream@3
- name: Test
run: npm test
- name: Build w/ readable-stream@3
run: npm install && npm install readable-stream@2
- name: Build
run: npm install
- name: Test
run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"dependencies": {
"inherits": "^2.0.4",
"readable-stream": "2 || 3"
"readable-stream": "3"
},
"devDependencies": {
"bl": "^4.0.2",
Expand Down

0 comments on commit 8b07c4c

Please sign in to comment.