Skip to content

Commit 568de3f

Browse files
committed
ci(workflows): remove lockfile flag
1 parent 66b2544 commit 568de3f

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 --no-frozen-lockfile
25+
run: pnpm install
2626
- name: Check size
2727
uses: andresz1/size-limit-action@master
2828
with:

0 commit comments

Comments
 (0)