Skip to content

Commit 66b2544

Browse files
committed
ci(workflow): use lockfile flag for check size
1 parent a8235f4 commit 66b2544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: 'pnpm'
2323
registry-url: 'https://registry.npmjs.org'
2424
- name: Install dependencies
25-
run: pnpm install
25+
run: pnpm install --no-frozen-lockfile
2626
- name: Check size
2727
uses: andresz1/size-limit-action@master
2828
with:

0 commit comments

Comments
 (0)