Skip to content

Commit 2cef523

Browse files
committed
fix(ci): use install instead of add
!nuf
1 parent 94b3bb1 commit 2cef523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pretty-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
version: ${{ env.PNPM_VERSION }}
3737

3838
- name: Install Prettier deps only
39-
run: pnpm add -D -w prettier @prettier/plugin-oxc
39+
run: pnpm install -D -w prettier @prettier/plugin-oxc
4040

4141

4242
- name: Get changed files

0 commit comments

Comments
 (0)