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

- Using the same version of the flake (please i use nix btw)
This commit is contained in:
Raphael 2025-09-28 22:57:49 +02:00
parent ecb77f98d4
commit 3617ce6361
No known key found for this signature in database

View file

@ -27,7 +27,7 @@ jobs:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v3 uses: pnpm/action-setup@v3
with: with:
version: 8 version: 10
run_install: false run_install: false
- name: Install dependencies with pnpm - name: Install dependencies with pnpm
run: pnpm --prefix=./src/ install --frozen-lockfile run: pnpm --prefix=./src/ install --frozen-lockfile