We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063b89a commit b98fa6cCopy full SHA for b98fa6c
1 file changed
.github/workflows/bump-app-catalog.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: pnpm install
64
working-directory: app
65
- run: pnpm install
+ run: pnpm install --no-frozen-lockfile
66
67
- name: Determine workspaces that depend on test-widgets
68
id: affected
0 commit comments