From bd94f9f6079c8aeaa8efca7bb9afc543cf389696 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 15 Sep 2025 12:40:12 +0000 Subject: [PATCH] fix: set pnpm version --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 044bdc10..7e1b7892 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,6 +27,8 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 + with: + version: latest - name: Install Node.js uses: actions/setup-node@v4