From 3bcfe181fc23348768b4466cfb00f76bec9a449b Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Tue, 18 Nov 2025 15:13:40 +0100 Subject: [PATCH] ci: use latest pnpm --- .github/actions/setup/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 3975236ea..bd12dfda8 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -24,12 +24,6 @@ runs: shell: bash run: npm install -g npm@latest - # Install pnpm. https://github.com/pnpm/action-setup - - uses: pnpm/action-setup@v4 - with: - version: 9 - # run_install: false - # Get pnpm store path so we can cache it - name: Get pnpm store directory shell: bash