Skip to content

Commit

Permalink
Bump Miniflare v2 in Wrangler v2 (#6915)
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa authored Oct 7, 2024
1 parent f82ced7 commit e9a4576
Show file tree
Hide file tree
Showing 6 changed files with 955 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-seals-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"wrangler": patch
---

chore: Bump Miniflare v2 in Wrangler v2
4 changes: 4 additions & 0 deletions .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
node-version: ${{ env.node-version }}
cache: "npm" # cache ~/.npm in case 'npm ci' needs to run

- name: Fix node-gyp
if: runner.os == 'macOS'
run: brew install python-setuptools

- name: Install workerd Dependencies
if: ${{ runner.os == 'Linux' }}
run: |
Expand Down
Loading

0 comments on commit e9a4576

Please sign in to comment.