Skip to content

Commit 86edb53

Browse files
committed
chore(deps): generate new lock file
1 parent 77fab08 commit 86edb53

File tree

2 files changed

+852
-1177
lines changed

2 files changed

+852
-1177
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
node-version: 20
2222
cache: 'pnpm'
2323
registry-url: 'https://registry.npmjs.org'
24+
- name: Install dependencies
25+
run: pnpm install --no-frozen-lockfile
2426
- name: Check size
2527
uses: andresz1/size-limit-action@master
2628
with:
@@ -31,7 +33,7 @@ jobs:
3133
steps:
3234
- name: Checkout the repository
3335
uses: actions/checkout@v4
34-
- name: Install pnpm
36+
- name: Install pnpm --no-frozen-lockfile
3537
uses: pnpm/action-setup@v2
3638
with:
3739
version: 8

0 commit comments

Comments
 (0)