Skip to content

Commit b0c1b24

Browse files
committed
ci: explicit install with frozen lockfile
1 parent 086fcf8 commit b0c1b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ runs:
2121
registry-url: ${{ inputs.registry-url }}
2222
- name: Install dependencies
2323
shell: bash
24-
run: pnpm install
24+
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)