From 648029f00d03c31f4a3dcd087663d8e22ae27e5d Mon Sep 17 00:00:00 2001 From: Felix Hanau Date: Tue, 11 Jun 2024 21:49:10 +0200 Subject: [PATCH] [CI] Fix miniflare build The issue is a re-edition of #2168, no longer defining the version directly should stop this from reappearing. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f2ca21677c..8fee00d9df8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -177,8 +177,8 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v3 - with: - version: 9.1.2 + # version is no longer being defined here, since we can automatically use the version + # defined in workers-sdk/package.json instead. - name: Use Node.js uses: actions/setup-node@v4 with: