From 3617ce6361f26c9ae07f667e4dfe7e0354883328 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 28 Sep 2025 22:57:49 +0200 Subject: [PATCH] fix(ci/lint): adding the correct version on pnpm - Using the same version of the flake (please i use nix btw) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3415c8c..445de7f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 10 run_install: false - name: Install dependencies with pnpm run: pnpm --prefix=./src/ install --frozen-lockfile