Skip to content

Commit 4015f77

Browse files
authored
fix(infra): remove --frozen-lockfile from install for ui5 manifest (#4587)
1 parent 6472a27 commit 4015f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/renovate-pr-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cache: 'pnpm'
5959

6060
- name: Install pnpm modules
61-
run: pnpm install --frozen-lockfile
61+
run: pnpm install
6262

6363
- name: Build project
6464
run: pnpm build

0 commit comments

Comments
 (0)