From f480c808f3eb6f7cb74d01232fb7cc1d9c99255c Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 3 Apr 2026 02:14:44 +0200 Subject: [PATCH] chore: update gh action to set up pnpm --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef55aca..e6d0757 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,7 @@ jobs: with: fetch-depth: 0 - - name: Set pnpm - uses: pnpm/action-setup + - uses: pnpm/action-setup@v5 - name: Set node uses: actions/setup-node@v6