We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac6e60 commit a73f556Copy full SHA for a73f556
1 file changed
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
node-version: 20.x
32
33
- name: Install Dependencies
34
- run: pnpm i
+ run: pnpm i --frozen-lockfile
35
36
- name: Build Packages
37
run: pnpm build
0 commit comments