Skip to content

Commit 49e5d3e

Browse files
committed
build: use --frozen-lockfile
1 parent 77406d1 commit 49e5d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
version: 8.12.1
2929

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

3333
- name: Build package
3434
run: pnpm package
@@ -65,7 +65,7 @@ jobs:
6565
version: 8.12.1
6666

6767
- name: Install deps
68-
run: pnpm install
68+
run: pnpm install --frozen-lockfile
6969

7070
- name: Build package
7171
run: pnpm package

0 commit comments

Comments
 (0)