Skip to content

Commit 969caa0

Browse files
committed
ci: change pnpm install to use --no-frozen-lockfile in deploy.yml
1 parent 55e1cf6 commit 969caa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: 'pnpm'
3636

3737
- name: Install dependencies
38-
run: pnpm install --frozen-lockfile
38+
run: pnpm install --no-frozen-lockfile
3939

4040
- name: Generate Cloudflare types
4141
run: pnpm run cf-typegen
@@ -102,7 +102,7 @@ jobs:
102102
cache: 'pnpm'
103103

104104
- name: Install dependencies
105-
run: pnpm install --frozen-lockfile
105+
run: pnpm install --no-frozen-lockfile
106106

107107
- name: Generate Cloudflare types
108108
run: pnpm run cf-typegen

0 commit comments

Comments
 (0)