Skip to content

Commit

Permalink
Cherry pick wooorm/trough#11
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Feb 20, 2022
1 parent 11ab208 commit deed8ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- run: npm install -g npm@7 # https://github.com/npm/cli/issues/4341#issuecomment-1040608101
- run: npm install -g npm
- run: npm install
- run: md5sum node_modules/trough/index.js
- name: Cherry pick https://github.com/wooorm/trough/pull/11
run: |
curl https://patch-diff.githubusercontent.com/raw/wooorm/trough/pull/11.patch |
xxd #md5sum #git apply --directory node_modules/trough
- run: npm test
- uses: codecov/codecov-action@v1
strategy:
Expand Down

0 comments on commit deed8ce

Please sign in to comment.