Skip to content

Commit 15f33fb

Browse files
committed
chore: remove --frozen-lockfile for dependabot
1 parent b4b5e37 commit 15f33fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
${{ runner.os }}-pnpm-store-
4242
4343
- name: Install Dependencies
44-
run: pnpm install --frozen-lockfile
44+
run: pnpm install
4545

4646
- name: Lint
4747
run: pnpm lint:check
@@ -83,7 +83,7 @@ jobs:
8383
${{ runner.os }}-pnpm-store-
8484
8585
- name: Install Dependencies
86-
run: pnpm install --frozen-lockfile
86+
run: pnpm install
8787

8888
- name: Format
8989
run: pnpm format:check
@@ -125,7 +125,7 @@ jobs:
125125
${{ runner.os }}-pnpm-store-
126126
127127
- name: Install Dependencies
128-
run: pnpm install --frozen-lockfile
128+
run: pnpm install
129129

130130
- name: Test
131131
run: pnpm test
@@ -167,7 +167,7 @@ jobs:
167167
${{ runner.os }}-pnpm-store-
168168
169169
- name: Install Dependencies
170-
run: pnpm install --frozen-lockfile
170+
run: pnpm install
171171

172172
- name: Build
173173
run: pnpm build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
${{ runner.os }}-pnpm-store-
4141
4242
- name: Install Dependencies
43-
run: pnpm install --frozen-lockfile
43+
run: pnpm install
4444

4545
- name: Create Release Pull Request or Publish to npm
4646
id: changesets

0 commit comments

Comments
 (0)