Skip to content

Commit 837aeba

Browse files
authored
Merge pull request #10 from hasib-devs/next
chore: change dependency installation to use --no-frozen-lockfile
2 parents 8762108 + f83e6ab commit 837aeba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: "pnpm"
2929

3030
- name: Install dependencies
31-
run: pnpm install --frozen-lockfile
31+
run: pnpm install --no-frozen-lockfile
3232

3333
- name: Run lint
3434
run: pnpm lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: "pnpm"
3939

4040
- name: Install dependencies
41-
run: pnpm install --frozen-lockfile
41+
run: pnpm install --no-frozen-lockfile
4242

4343
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
4444
run: pnpm audit signatures

0 commit comments

Comments
 (0)