Skip to content

Commit

Permalink
added a fix for readable stream
Browse files Browse the repository at this point in the history
  • Loading branch information
srzainab committed Nov 7, 2024
1 parent 983193e commit ff55e3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
envkey_PULLFLOW_APP_URL: https://app.pullflow.com
envkey_PULLFLOW_TELEMETRY_URL: https://collector.pullflow.cloud

- name: Install polyfill for ReadableStream
run: npm install readable-stream

- name: Build, compile and test
run: |
yarn
Expand Down

0 comments on commit ff55e3f

Please sign in to comment.