From bcf34d68e47b678cfe9f6212d8c7974194549627 Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 02:17:41 +0200 Subject: [PATCH] chore: indicate pnpm version in release gh action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6d0757..ee1f4c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,8 @@ jobs: fetch-depth: 0 - uses: pnpm/action-setup@v5 + with: + version: 10 - name: Set node uses: actions/setup-node@v6