We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959c125 commit 45a5d89Copy full SHA for 45a5d89
.github/workflows/prettier.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: "18.x"
26
cache: "pnpm"
27
28
- - run: pnpm i
+ - run: pnpm i --no-frozen-lockfile
29
30
- name: Prettier
31
run: pnpm run format
0 commit comments