fix(ci/lint): adding the correct version of the action pnpm

This commit is contained in:
Raphael 2025-09-28 23:01:21 +02:00
parent 3617ce6361
commit 9a025f16f8
No known key found for this signature in database

View file

@ -25,7 +25,7 @@ jobs:
node-version: '22' node-version: '22'
cache: 'pnpm' cache: 'pnpm'
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v3 uses: pnpm/action-setup@v4
with: with:
version: 10 version: 10
run_install: false run_install: false