Skip to content

Commit 2247aef

Browse files
committed
pnpm ci -> pnpm i --frozen-lockfile
1 parent 3b3caf7 commit 2247aef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: pnpm/action-setup@v4
3434

3535
- name: Install packages
36-
run: pnpm ci
36+
run: pnpm install --frozen-lockfile
3737

3838
# Environment variables
3939
- name: create env files

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: pnpm/action-setup@v4
2525

2626
- name: Install packages
27-
run: pnpm ci
27+
run: pnpm install --frozen-lockfile
2828

2929
- name: Build
3030
run: pnpm run build

0 commit comments

Comments
 (0)