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:
parent
ecb77f98d4
commit
3617ce6361
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue