Skip to content

Commit bc2169b

Browse files
committed
💚 Add --frozen-lockfile
1 parent 94ffb13 commit bc2169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
registry-url: 'https://registry.npmjs.org'
5454

5555
- name: Install dependencies
56-
run: pnpm install
56+
run: pnpm install --frozen-lockfile
5757

5858
- name: Build package
5959
run: pnpm build

0 commit comments

Comments
 (0)