fix(ci): use install instead of add

!nuf
This commit is contained in:
Miodec 2025-11-27 15:49:05 +01:00
parent 94b3bb135d
commit 2cef523c37

View file

@ -36,7 +36,7 @@ jobs:
version: ${{ env.PNPM_VERSION }}
- name: Install Prettier deps only
run: pnpm add -D -w prettier @prettier/plugin-oxc
run: pnpm install -D -w prettier @prettier/plugin-oxc
- name: Get changed files